Skip to content

Commit 28fd6ba

Browse files
committed
CI changes for new build/test configuration.
1 parent 442b52c commit 28fd6ba

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
language: node_js
22
node_js:
3-
- "0.10"
3+
- "latest"
44
before_script:
55
- echo "Host github.com" >> ~/.ssh/config
66
- echo " StrictHostKeyChecking no" >> ~/.ssh/config
77
- echo " CheckHostIP no" >> ~/.ssh/config
8-
- npm install -g bower grunt-cli
9-
- bower install -f
8+
- npm install
109
cache:
1110
directories:
1211
- node_modules
13-
- vendor

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"xhr-mock": "^2.0.3"
5151
},
5252
"scripts": {
53-
"test": "echo UNIMPLEMENTED",
54-
"start": "echo UNIMPLEMENTED"
53+
"test": "grunt test",
54+
"build": "grunt build"
5555
}
5656
}

0 commit comments

Comments
 (0)