File tree 1 file changed +12
-18
lines changed
1 file changed +12
-18
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
- - 0.10
4
-
3
+ - 0.1
5
4
env :
6
5
global :
7
- secure : " f2WvNMs20+RQ3u4ZmRgEspL4RGgYVtY3t23aW8j6LdSl9XauFusexNKHYV0juEN3TlIrQS681yZHLsTHeTSXXFwUNycn2ka/H+cuwMx1vf9L/VQq5i6moTaYOTJIBQLUzwnqciLHTaL+HjAGRmdUxz3VTrae9Ub4gezxYxJRbcE="
8
-
6
+ secure : PPm5YZ1XHLUnuUSbiqpaOw4LZd8r/cWtxAozKzyE9NVmIe229Otld1QzECrtSK58JnDOd7MinNuLswcl2MLWcgQJ2Bfh522psnzsotRYul8luymUtBO/a0BsvqryYXp3+dsZoV8grHbOVS3ezPcnrIXwIFATu3xuomBV0YuYntg=
9
7
install :
10
- # Disable the spinner, it looks bad on Travis
11
- - npm config set spin false
12
- - npm config set loglevel http
13
- - npm install
14
- - npm install -g grunt-cli
15
- - npm install karma-coveralls
16
- - grunt bower
17
-
8
+ - npm config set spin false
9
+ - npm config set loglevel http
10
+ - npm install
11
+ - npm install -g grunt-cli
12
+ - npm install karma-coveralls
13
+ - grunt bower
18
14
before_script :
19
- - scripts/travis/init_logs.sh
20
- - export DISPLAY=:99.0
21
- - sh -e /etc/init.d/xvfb start
22
-
15
+ - scripts/travis/init_logs.sh
16
+ - export DISPLAY=:99.0
17
+ - sh -e /etc/init.d/xvfb start
23
18
script :
24
- - grunt test
25
-
19
+ - grunt test
You can’t perform that action at this time.
0 commit comments