Thanks to visit codestin.com Credit goes to github.com
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 e5318c6 commit 825de1cCopy full SHA for 825de1c
.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
@@ -5,6 +5,11 @@
5
"type": "git",
6
"url": "https://github.com/angular/angular.js.git"
7
},
8
+ "engines": {
9
+ "node": "~0.10",
10
+ "npm": "~2.5"
11
+ },
12
+ "engineStrict": true,
13
"devDependencies": {
14
"angular-benchpress": "0.x.x",
15
"benchmark": "1.x.x",
0 commit comments