Skip to content

Commit

Permalink
Merge pull request #248 from estools/michaelficarra-patch-1
Browse files Browse the repository at this point in the history
use "sudo: false" in travis config for faster builds
  • Loading branch information
michaelficarra committed Aug 9, 2015
2 parents 617dc9f + 609c969 commit 08e6f47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
sudo: false
language: node_js
node_js:
- "0.11"
- "0.12"

matrix:
allow_failures:
- node_js: "0.11"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"bower-registry-client": "^0.2.1",
"chai": "^1.10.0",
"commonjs-everywhere": "^0.9.7",
"esprima-moz": "*",
"esprima-moz": "1.0.0-dev-harmony-moz",
"gulp": "^3.8.10",
"gulp-eslint": "^0.2.0",
"gulp-mocha": "^2.0.0",
Expand Down

0 comments on commit 08e6f47

Please sign in to comment.