Skip to content

Commit

Permalink
Build: Turnoff CI branch build (fixes #8804) (#8873)
Browse files Browse the repository at this point in the history
* Build: Turnoff CI branch build (fixes #8804)

* Add node 8 check

* Remove docs build

* remove doc comment
  • Loading branch information
gyandeeps authored and not-an-aardvark committed Jul 7, 2017
1 parent 72f22eb commit 88ed041
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Expand Up @@ -6,9 +6,15 @@ node_js:
- "7"
- "8"
sudo: false
script: "npm test && npm run docs"
branches:
only:
- master

# Run npm test always
script:
- "npm test"
after_success:
- npm run coveralls
- 'if [ "$node_js" = "8" ]; then npm run coveralls; fi'
addons:
code_climate:
repo_token: 1945f7420d920a59f1ff8bf8d1a7b60ccd9e2838a692f73a5a74accd8df30146
4 changes: 4 additions & 0 deletions appveyor.yml
Expand Up @@ -9,6 +9,10 @@ environment:
matrix:
- nodejs_version: 4

branches:
only:
- master

install:
# Get the latest stable version of Node.js
- ps: Install-Product node $env:nodejs_version
Expand Down

0 comments on commit 88ed041

Please sign in to comment.