Skip to content

Commit

Permalink
ci(travis): fix env path
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Feb 14, 2017
1 parent 22a1959 commit 05c844e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ node_js:
matrix:
include:
- node_js: 5
env: TEST_PATH="test/test.js test/test-post.js"
env: TEST_PATH="test/test.js test/test-post*.js"
- node_js: 4
env: TEST_PATH="test/test.js test/test-post.js"
env: TEST_PATH="test/test.js test/test-post*.js"

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

0 comments on commit 05c844e

Please sign in to comment.