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 442b52c commit 28fd6baCopy full SHA for 28fd6ba
.travis.yml
@@ -1,13 +1,11 @@
1
language: node_js
2
node_js:
3
- - "0.10"
+ - "latest"
4
before_script:
5
- echo "Host github.com" >> ~/.ssh/config
6
- echo " StrictHostKeyChecking no" >> ~/.ssh/config
7
- echo " CheckHostIP no" >> ~/.ssh/config
8
- - npm install -g bower grunt-cli
9
- - bower install -f
+ - npm install
10
cache:
11
directories:
12
- node_modules
13
- - vendor
package.json
@@ -50,7 +50,7 @@
50
"xhr-mock": "^2.0.3"
51
},
52
"scripts": {
53
- "test": "echo UNIMPLEMENTED",
54
- "start": "echo UNIMPLEMENTED"
+ "test": "grunt test",
+ "build": "grunt build"
55
}
56
0 commit comments