Skip to content

Commit

Permalink
[MISC] - test to see if java is included by default
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelBenin committed Jan 14, 2017
1 parent f1bfb9c commit 93604ca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# addons:
# sauce_connect: true
addons:
sauce_connect: true

sudo: false
language: node_js
Expand All @@ -16,6 +16,7 @@ install:
- npm i

script:
- java -version
- npm test
- npm run coverage
- npm run client-coverage

0 comments on commit 93604ca

Please sign in to comment.