We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa4ddb8 commit c511e7dCopy full SHA for c511e7d
.travis.yml
@@ -2,22 +2,22 @@ language: node_js
2
3
node_js:
4
- node
5
+ - 8
6
- 6
7
8
before_install:
9
- phantomjs --version
10
11
before_script:
- - npm install patternengine-node-mustache
12
- - npm install patternengine-node-underscore
13
- - npm install patternengine-node-handlebars
+ - npm install @pattern-lab/patternengine-node-mustache
+ - npm install @pattern-lab/patternengine-node-underscore
14
+ - npm install @pattern-lab/patternengine-node-handlebars
15
- npm install patternengine-node-twig
16
17
branches:
18
only:
19
- master
20
- dev
- - dev-3.0
21
22
notifications:
23
webhooks:
0 commit comments