Skip to content

Commit f4a7dfc

Browse files
committed
chore(.travis.yml): update coveralls repo token
Closes #65
1 parent 97e2cae commit f4a7dfc

File tree

1 file changed

+12
-18
lines changed

1 file changed

+12
-18
lines changed

.travis.yml

+12-18
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,19 @@
11
language: node_js
22
node_js:
3-
- 0.10
4-
3+
- 0.1
54
env:
65
global:
7-
secure: "f2WvNMs20+RQ3u4ZmRgEspL4RGgYVtY3t23aW8j6LdSl9XauFusexNKHYV0juEN3TlIrQS681yZHLsTHeTSXXFwUNycn2ka/H+cuwMx1vf9L/VQq5i6moTaYOTJIBQLUzwnqciLHTaL+HjAGRmdUxz3VTrae9Ub4gezxYxJRbcE="
8-
6+
secure: PPm5YZ1XHLUnuUSbiqpaOw4LZd8r/cWtxAozKzyE9NVmIe229Otld1QzECrtSK58JnDOd7MinNuLswcl2MLWcgQJ2Bfh522psnzsotRYul8luymUtBO/a0BsvqryYXp3+dsZoV8grHbOVS3ezPcnrIXwIFATu3xuomBV0YuYntg=
97
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
1814
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
2318
script:
24-
- grunt test
25-
19+
- grunt test

0 commit comments

Comments
 (0)