Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mbasso committed Feb 6, 2018
1 parent f837703 commit 0a6d213
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
language: node_js
node_js:
- "6"
- "7"
- "8"
- "9"
install: true
script:
- npm install --ignore-scripts
- npm run lint
- npm run test:js
- npm run build
branches:
only:
- master
cache:
directories:
- $HOME/.npm
after_success: npm run test:cov

jobs:
include:
- stage: Test
language: node_js
node_js:
- "6"
- "7"
- "8"
- "9"
install: true
script:
- npm install --ignore-scripts
- npm run lint
- npm run test:js
- npm run build
branches:
only:
- master
cache:
directories:
- $HOME/.npm
after_success: npm run test:cov
- stage: Deploy website
language: node_js
node_js: "9"
install: false
script: skip
deploy:
provider: script
Expand Down

0 comments on commit 0a6d213

Please sign in to comment.