Ajax: Simplify jQuery.ajaxSettings.xhr
[jquery.git] / .travis.yml
blob10cef4a65f06da3ac86e9e89d89ecb9d1804796b
1 language: node_js
2 sudo: false
3 node_js:
4 - "8"
5 - "10"
6 - "12"
7 addons:
8   chrome: stable
9 env:
10   - NPM_SCRIPT=test:browserless
11 matrix:
12   include:
13     # Run browser tests only on one Node.js version to save time.
14     - node_js: "10"
15       env: NPM_SCRIPT=test:browser
16 script:
17   - npm run $NPM_SCRIPT