Skip to content

Commit 08e6f47

Browse files
Merge pull request estools#248 from estools/michaelficarra-patch-1
use "sudo: false" in travis config for faster builds
2 parents 617dc9f + 609c969 commit 08e6f47

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
sudo: false
12
language: node_js
23
node_js:
34
- "0.11"
45
- "0.12"
5-
66
matrix:
77
allow_failures:
88
- node_js: "0.11"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"bower-registry-client": "^0.2.1",
4646
"chai": "^1.10.0",
4747
"commonjs-everywhere": "^0.9.7",
48-
"esprima-moz": "*",
48+
"esprima-moz": "1.0.0-dev-harmony-moz",
4949
"gulp": "^3.8.10",
5050
"gulp-eslint": "^0.2.0",
5151
"gulp-mocha": "^2.0.0",

0 commit comments

Comments
 (0)