Skip to content

Commit

Permalink
semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north committed Aug 13, 2018
1 parent 59f3c1a commit c60daeb
Show file tree
Hide file tree
Showing 3 changed files with 10,423 additions and 3,167 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
language: node_js
node_js:
- "6"
- "8"

sudo: required
dist: trusty
Expand All @@ -22,7 +22,7 @@ before_install:
- npm config set spin false
- npm install -g greenkeeper-lockfile@1

before_script:
before_script:
- sudo chmod 4755 /opt/google/chrome/chrome-sandbox
- sudo chown root /opt/google/chrome/chrome-sandbox
- greenkeeper-lockfile-update
Expand All @@ -35,3 +35,9 @@ install:
script:
- npm run lint:js
- npm test

after_success:
- npm run travis-deploy-once "npm run semantic-release"
branches:
except:
- /^v\d+\.\d+\.\d+$/
Loading

0 comments on commit c60daeb

Please sign in to comment.