Skip to content

Commit

Permalink
Add back coveralls. (#1849)
Browse files Browse the repository at this point in the history
* Remove redundant import.

* Simplify sample_test.yaml by using withItem syntax.

* Simplify sample_test.yaml by using withItem syntax.

* Change dict to str in withItems.

* Add back coveralls.
  • Loading branch information
Jiaxiao Zheng authored Aug 15, 2019
1 parent 0517114 commit d238bef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ matrix:
- cd $TRAVIS_BUILD_DIR/frontend
- node -v
- npm i
- npm run test -- --coverage
# Comment out next line if coverall has an ongoing outage to unblock.
- npm run test:coveralls
- language: generic
env:
- BAZEL_URL="https://github.com/bazelbuild/bazel/releases/download/0.23.0/bazel-0.23.0-installer-linux-x86_64.sh"
Expand Down

0 comments on commit d238bef

Please sign in to comment.