{ "language": "node_js", "before_install": [ "PATH=`echo $PATH | sed \"s/\\.\\/node_modules\\/\\.bin//g\"`; export PATH=$PATH:./node_modules/.bin; touch .env; if [ $IS_INTEGRATION_TEST ]; then rvm install ruby-2.3.0 && rvm use ruby-2.3.0 && bundle install; else echo \"Not an integration test. Skipping Ruby setup\"; fi\n" ], "script": "npm run $TEST", "addons": { "hosts": [ "braintree-web-dropin.example" ] }, "env": "TEST=\"test:integration:paypal-only\" PLATFORM=\"desktop\" IS_INTEGRATION_TEST=true", "global_env": "IS_TRAVIS=true SAUCE_USERNAME=[secure] SAUCE_ACCESS_KEY=[secure] PAYPAL_USERNAME=[secure] PAYPAL_PASSWORD=[secure]", "group": "stable", "dist": "trusty", "os": "linux" }