fix(build): Hook up publish-build-artifacts to Travis
This commit is contained in:
parent
61b339678d
commit
97a1084c99
|
@ -32,6 +32,8 @@ fi
|
||||||
NODE_PATH=$NODE_PATH:./dist/all $(npm bin)/protractor ./protractor-js-new-world.conf.js
|
NODE_PATH=$NODE_PATH:./dist/all $(npm bin)/protractor ./protractor-js-new-world.conf.js
|
||||||
echo 'travis_fold:end:test.e2e.localChrome'
|
echo 'travis_fold:end:test.e2e.localChrome'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
echo 'travis_fold:end:test.js'
|
echo 'travis_fold:end:test.js'
|
||||||
|
|
||||||
|
if [[ ${TRAVIS} ]]; then
|
||||||
|
./scripts/publish/publish-build-artifacts.sh
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in New Issue