Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmerckx committed May 11, 2018
2 parents be21ef1 + ee9b00d commit fbcadcc
Show file tree
Hide file tree
Showing 4 changed files with 1,514 additions and 28 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
language: node_js
cache:
directories:
- ~/.npm
notifications:
email: false
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
Expand All @@ -14,3 +19,12 @@ script:
- npm run send-coverage
- npm run e2e-ci
- npm run build
node_js:
- '9'
- '8'
- '6'
after_success:
- npm run travis-deploy-once "npm run semantic-release"
branches:
except:
- /^v\d+\.\d+\.\d+$/
Loading

0 comments on commit fbcadcc

Please sign in to comment.