Skip to content

Commit 961e49a

Browse files
committed
Grab travis file from build project
1 parent 11e2ef7 commit 961e49a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.travis.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
language: node_js
3+
node_js:
4+
- "0.12"
5+
6+
sudo: false
7+
8+
cache:
9+
directories:
10+
- node_modules
11+
12+
before_install:
13+
- "npm config set spin false"
14+
- "npm install -g npm@^2"
15+
16+
install:
17+
- npm install -g bower
18+
- npm install
19+
- bower install
20+
21+
script:
22+
- npm test

0 commit comments

Comments
 (0)