Skip to content

Commit

Permalink
ci:correct config
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorybesson committed Dec 4, 2016
1 parent aca275b commit 33ea44f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,8 @@ node_js:
- "5"
- "6"
- "7"
sudo: true
sudo: required
dist: trusty
env:
- NODE_ENV=PROD
before_install:
Expand All @@ -22,6 +23,7 @@ install:
before_script:
- npm run distribute
script:
- jdk_switcher use oraclejdk8
- npm run test-coveralls
- npm run test-func
- npm run lint

0 comments on commit 33ea44f

Please sign in to comment.