Skip to content

Commit

Permalink
remove browserstsack
Browse files Browse the repository at this point in the history
  • Loading branch information
floydpink committed Nov 18, 2020
1 parent fbbff07 commit b50399f
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 466 deletions.
12 changes: 8 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
sudo: false
os:
- linux
- osx
language: node_js
addons:
sauce_connect: true
node_js:
- 'stable'
before_script:
- 'npm install -g grunt-cli codecov codeclimate-test-reporter'
- 'npm install -g grunt-cli codecov
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build
script:
- grunt ci
after_success:
- 'codeclimate-test-reporter < coverage/lcov.info'
- 'codecov'
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
Loading

0 comments on commit b50399f

Please # to comment.