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

Commit fb999ad

Browse files
authored
Travis update (#54)
* moved gulp release to passing-scripts in travis * removing codeclimate repo token, added in travis ui
1 parent f5f3115 commit fb999ad

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,12 @@ before_script:
1818
after_success:
1919
- bash <(curl -s https://codecov.io/bash)
2020
- test $TRAVIS_TEST_RESULT = 0
21-
- gulp release
2221

2322
script:
2423
- gulp unit
2524
- protractor test/protractor.conf.js
2625
- codecov
26+
- gulp release
2727

2828
addons:
2929
sauce_connect: true
30-
code_climate:
31-
repo_token: bd801fb754e0ee913b633a62bc97fa629afdd99d274fdc7ce9f048dee1b328f2

0 commit comments

Comments
 (0)