Skip to content

Commit

Permalink
Merge fb30e43 into 077f3b9
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] committed Jan 14, 2018
2 parents 077f3b9 + fb30e43 commit 31933b1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
26 changes: 16 additions & 10 deletions .travis.yml
@@ -1,23 +1,29 @@
sudo: false
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
- ~/.npm

node_js:
- 4
- 6
- 8
before_script:
- npm prune
after_success:
- npm run semantic-release
- 9

# Trigger a push build on master and greenkeeper branches + PRs build on every branches
# Avoid double build on PRs (See https://github.com/travis-ci/travis-ci/issues/1147)
branches:
except:
- "/^v\\d+\\.\\d+\\.\\d+$/"
only:
- master
- /^greenkeeper.*$/

script: npm run $COMMAND
env:
matrix:
- COMMAND=test
- COMMAND=test:browser:cloud

jobs:
include:
- stage: release
node_js: lts/*
script: npm run semantic-release
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -31,7 +31,7 @@
"hoodie-zuul-config": "^2.0.0",
"istanbul": "^0.4.1",
"istanbul-coveralls": "^1.0.3",
"semantic-release": "^11.0.2",
"semantic-release": "^12.2.2",
"tape": "^4.4.0",
"zuul": "^3.7.3"
},
Expand Down

0 comments on commit 31933b1

Please sign in to comment.