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 efb7464 commit 750d06bCopy full SHA for 750d06b
.travis.yml
@@ -44,6 +44,7 @@ install:
44
- npm config set spin false
45
# Log HTTP requests
46
- npm config set loglevel http
47
+ - npm install -g [email protected]
48
- time npm install
49
50
before_script:
package.json
@@ -6,6 +6,11 @@
6
"type": "git",
7
"url": "https://github.com/angular/angular.js.git"
8
},
9
+ "engines": {
10
+ "node": "~0.10",
11
+ "npm": "~2.5"
12
+ },
13
+ "engineStrict": true,
14
"devDependencies": {
15
"angular-benchpress": "0.x.x",
16
"benchmark": "1.x.x",
0 commit comments