Skip to content

Commit

Permalink
ci:trying to simplify the config 2
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorybesson committed Dec 4, 2016
1 parent 7201cbd commit aca275b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ node_js:
- "5"
- "6"
- "7"
sudo: true
env:
- NODE_ENV=PROD
before_install:
Expand All @@ -21,7 +22,6 @@ 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 aca275b

Please sign in to comment.