We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3890d3f commit 5c038dfCopy full SHA for 5c038df
.travis.yml
@@ -1,9 +1,10 @@
1
---
2
language: node_js
3
node_js:
4
- - "0.12"
+ - "stable"
5
6
-sudo: false
+dist: trusty
7
+sudo: required
8
9
addons:
10
apt:
@@ -20,7 +21,6 @@ before_install:
20
21
- "export DISPLAY=:99.0"
22
- "sh -e /etc/init.d/xvfb start"
23
- "npm config set spin false"
- - "npm install -g npm@^2"
24
25
install:
26
- npm install -g bower
testem.js
@@ -4,10 +4,9 @@ module.exports = {
"test_page": "tests/index.html?hidepassed",
"disable_watching": true,
"launch_in_ci": [
- "PhantomJS"
+ "Chrome"
],
"launch_in_dev": [
- "PhantomJS",
11
"Chrome"
12
]
13
};
0 commit comments