test: cleanup rxjs custom build

The latest rxjs release works with closure compiler out of the box.
We no longer need to compile our own.

Also put closure options into a file rather than using a shell script.
This commit is contained in:
Alex Eagle
2017-05-03 10:45:45 -07:00
committed by Matias Niemelä
parent 7f9c589ba3
commit 5856298798
11 changed files with 50 additions and 151 deletions

View File

@ -37,16 +37,6 @@ travisFoldStart "tsc a bunch of useless stuff"
travisFoldEnd "tsc a bunch of useless stuff"
# Build integration tests
if [[ ${CI_MODE:-} == "e2e_2" ]]; then
travisFoldStart "build.integration"
cd "`dirname $0`/../../integration"
./build_rxjs_es6.sh
cd -
travisFoldEnd "build.integration"
fi
# Build angular.io
if [[ ${CI_MODE:-} == "aio" ]]; then
travisFoldStart "build.aio"