-
Notifications
You must be signed in to change notification settings - Fork 1
/
.travis.yml
27 lines (27 loc) · 1.33 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
- "0.6"
# http://stackoverflow.com/a/21133609/648162
before_install:
- npm install -g grunt-cli
before_script:
# replace phantomjs with 2.0
- uname -a
- cat /etc/issue
#- pwd
#- ls
#- ls node_modules
#- ls node_modules/grunt-contrib-qunit
#- ls node_modules/grunt-contrib-qunit/node_modules
#- ls node_modules/grunt-contrib-qunit/node_modules/grunt-lib-phantomjs
#- ls node_modules/grunt-contrib-qunit/node_modules/grunt-lib-phantomjs/node_modules
#- ls node_modules/grunt-contrib-qunit/node_modules/grunt-lib-phantomjs/node_modules/phantomjs
#- ls node_modules/grunt-contrib-qunit/node_modules/grunt-lib-phantomjs/node_modules/phantomjs/lib
#- ls node_modules/grunt-contrib-qunit/node_modules/grunt-lib-phantomjs/node_modules/phantomjs/lib/phantom
#- ls node_modules/grunt-contrib-qunit/node_modules/grunt-lib-phantomjs/node_modules/phantomjs/lib/phantom/bin
#- ls node_modules/grunt-contrib-qunit/node_modules/grunt-lib-phantomjs/node_modules/phantomjs/lib/phantom/bin/phantomjs
# - cp phantomjs_2/phantomjs_2_mac_linux_win/linux_64/phantomjs node_modules/grunt-contrib-qunit/node_modules/grunt-lib-phantomjs/node_modules/phantomjs/lib/phantom/bin/phantomjs
- sudo cp phantomjs_2/phantomjs_2_mac_linux_win/linux_64/phantomjs /usr/local/phantomjs/bin/phantomjs