Skip to content

Commit

Permalink
Merge pull request #2 from 2gis/travis-test
Browse files Browse the repository at this point in the history
fix exit code
  • Loading branch information
Vadim committed Oct 8, 2015
2 parents 3883eb1 + a69c07f commit acdb0f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -7,5 +7,4 @@ install:
- npm install
script:
- export DISPLAY=:99
- npm run dev & npm run test; export NODE_TEST_EXIT_CODE=$?
- exit $NODE_TEST_EXIT_CODE
- npm run dev & npm run test

0 comments on commit acdb0f8

Please sign in to comment.