Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 2b2eb78

Browse files
author
Josh Schumacher
committed
Updated travis config
1 parent 3e2975d commit 2b2eb78

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
language: node_js
22
node_js:
3-
- 0.8
3+
- 0.10
44
branches:
55
only:
66
- master
7-
before_install:
7+
install:
88
- git clone git://github.com/n1k0/casperjs.git ~/casperjs
99
- export PATH=$PATH:~/casperjs/bin
10-
- npm install -g uglify-js
10+
- npm install -g grunt-cli
11+
- npm install
1112
before_script:
1213
- phantomjs --version
1314
- casperjs --version
1415
script:
15-
- make test
16+
- grunt

0 commit comments

Comments
 (0)