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 0044baa commit 96b4151Copy full SHA for 96b4151
4 files changed
.travis.yml
@@ -1,6 +1,30 @@
1
language: node_js
2
-node_js:
3
-- '0.10'
+before_install:
+ - npm install -g npm@2
4
+ - npm install -g npm
5
+matrix:
6
+ include:
7
+ - node_js: '0.8'
8
+ env: TASK=test-node
9
+ - node_js: '0.10'
10
11
+ - node_js: '0.11'
12
13
+ - node_js: '0.12'
14
15
+ - node_js: 1
16
17
+ - node_js: 2
18
19
+ - node_js: 3
20
21
+ - node_js: 4
22
23
+ - node_js: 5
24
25
26
+ env: TASK=test-browser
27
+script: "npm run $TASK"
28
env:
29
global:
30
- secure: qThuKBZQtkooAvzaYldECGNqvKGPRTnXx62IVyhSbFlsCY1VCmjhLldhyPDiZQ3JqL1XvSkK8OMDupiHqZnNE0nGijoO4M/kaEdjBB+jpjg3f8I6te2SNU935SbkfY9KHAaFXMZwdcq7Fk932AxWEu+FMSDM+080wNKpEATXDe4=
0 commit comments