8000 [Tests] run subpackage tests at top level. · evozonjs/javascript@bcc5c5d · GitHub
[go: up one dir, main page]

Skip to content

Commit bcc5c5d

Browse files
committed
[Tests] run subpackage tests at top level.
1 parent 93b0a10 commit bcc5c5d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)
0