Skip to content
This repository was archived by the owner on Jan 7, 2022. It is now read-only.

Commit f31ad41

Browse files
committed
merge with origin master
1 parent f5f3115 commit f31ad41

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ before_script:
1818
after_success:
1919
- bash <(curl -s https://codecov.io/bash)
2020
- test $TRAVIS_TEST_RESULT = 0
21-
- gulp release
21+
- codeclimate-test-reporter < "/home/travis/build/jonshaffer/angular-data-table/test/coverage/Chrome 35.0.1916 (Windows 7 0.0.0)/lcov.info"
22+
- codecov
2223

2324
script:
2425
- gulp unit

0 commit comments

Comments
 (0)