Skip to content

Commit

Permalink
qa: fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorybesson committed Jan 27, 2017
1 parent 9f05f53 commit 7b88cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -27,5 +27,5 @@ before_script:
script:
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then jdk_switcher use oraclejdk8; fi
- npm run test-coveralls
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then npm run test-func; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then npm run test-e2e; fi
- npm run lint

0 comments on commit 7b88cda

Please sign in to comment.