8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b0a10 commit bcc5c5dCopy full SHA for bcc5c5d
.travis.yml
@@ -0,0 +1,18 @@
1
+language: node_js
2
+node_js:
3
+ - "5"
4
+ - "4"
5
+ - "iojs"
6
+env:
7
+ - 'TEST_DIR=packages/eslint-config-airbnb'
8
+before_install:
9
+ - 'cd $TEST_DIR'
10
+ - 'if [ "${TRAVIS_NODE_VERSION}" != "0.9" ]; then case "$(npm --version)" in 1.*) npm install -g npm@1.4.28 ;; 2.*) npm install -g npm@2 ;; esac ; fi'
11
+ - 'if [ "${TRAVIS_NODE_VERSION}" != "0.6" ] && [ "${TRAVIS_NODE_VERSION}" != "0.9" ]; then npm install -g npm; fi'
12
+script:
13
+ - 'npm test'
14
+sudo: false
15
+matrix:
16
+ fast_finish: true
17
+ allow_failures:
18
+ - node_js: "iojs"
0 commit comments