Skip to content

Commit

Permalink
ci(travis): fix incorrect env
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Feb 14, 2017
1 parent 746324f commit 2a14789
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@ language: node_js
node_js:
- 7
- 6
- 5
- 4

matrix:
include:
- node_js: 5
env: TEST_PATH=test/test.js test/test-p*.js
env: TEST_PATH="test/test.js test/test-p*.js"
- node_js: 4
env: TEST_PATH=test/test.js test/test-p*.js
env: TEST_PATH="test/test.js test/test-p*.js"

after_success:
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'
Expand Down

0 comments on commit 2a14789

Please sign in to comment.