Skip to content

Commit

Permalink
chore(Travis): Update installed packages to scoped engines. Add expli…
Browse files Browse the repository at this point in the history
…cit Node 8 run
  • Loading branch information
bmuenzenmeyer committed Oct 23, 2017
1 parent aa4ddb8 commit c511e7d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -2,22 +2,22 @@ language: node_js

node_js:
- node
- 8
- 6

before_install:
- phantomjs --version

before_script:
- npm install patternengine-node-mustache
- npm install patternengine-node-underscore
- npm install patternengine-node-handlebars
- npm install @pattern-lab/patternengine-node-mustache
- npm install @pattern-lab/patternengine-node-underscore
- npm install @pattern-lab/patternengine-node-handlebars
- npm install patternengine-node-twig

branches:
only:
- master
- dev
- dev-3.0

notifications:
webhooks:
Expand Down

0 comments on commit c511e7d

Please sign in to comment.