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.
2 parents 7355305 + dac4fb4 commit d8f02f5Copy full SHA for d8f02f5
.travis.yml
@@ -1,5 +1,20 @@
1
---
2
language: node_js
3
+node_js:
4
+ - "4.1"
5
+ - "4.0"
6
+ - "0.12"
7
+ - "0.11"
8
+ - "0.10"
9
+
10
+env:
11
+ - CXX=g++-4.8 WORKER_COUNT=2
12
+addons:
13
+ apt:
14
+ sources:
15
+ - ubuntu-toolchain-r-test
16
+ packages:
17
+ - g++-4.8
18
19
sudo: false
20
package.json
@@ -63,7 +63,7 @@
63
"broccoli-merge-trees": "^1.1.1",
64
"broccoli-plugin": "^1.2.1",
65
"contextify": "^0.1.11",
66
- "ember-fastboot-server": "0.5.3",
+ "ember-fastboot-server": "0.5.4",
67
"express": "^4.8.5",
68
"lodash.clonedeep": "^4.3.1",
69
"lodash.defaults": "^4.0.1",
0 commit comments