Skip to content

Commit

Permalink
chore(travis): don’t run examples as part of CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jan 17, 2018
1 parent c2c88c0 commit d21d25d
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
language: node_js
node_js:
- "9"
- "8"
- "6"
- "4"
cache:
directories:
- ~/.npm
node_js:
- 9
- 8
- 6
- 4

# 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)
Expand All @@ -15,14 +15,6 @@ branches:
- master
- /^greenkeeper.*$/

# Retry install on fail to avoid failing a build on network/disk/external errors
install:
- travis_retry npm install

script:
- npm test
- npm run test:examples

after_success:
- npm run coverage:upload
- npm run semantic-release

0 comments on commit d21d25d

Please sign in to comment.