Skip to content

Commit b50399f

Browse files
committed
remove browserstsack
1 parent fbbff07 commit b50399f

File tree

4 files changed

+37
-466
lines changed

4 files changed

+37
-466
lines changed

.travis.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
sudo: false
2+
os:
3+
- linux
4+
- osx
25
language: node_js
3-
addons:
4-
sauce_connect: true
56
node_js:
67
- 'stable'
78
before_script:
8-
- 'npm install -g grunt-cli codecov codeclimate-test-reporter'
9+
- 'npm install -g grunt-cli codecov
10+
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
11+
- chmod +x ./cc-test-reporter
12+
- ./cc-test-reporter before-build
913
script:
1014
- grunt ci
1115
after_success:
12-
- 'codeclimate-test-reporter < coverage/lcov.info'
1316
- 'codecov'
17+
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

0 commit comments

Comments
 (0)