File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,18 +5,18 @@ addons:
5
5
firefox : " 28.0"
6
6
env :
7
7
matrix :
8
- - JOB=unit-dev
9
- CHANNEL=dev
10
- TESTS=vm
11
8
- JOB=unit-dev
12
9
CHANNEL=DEV
13
10
TESTS=dart2js
14
- - JOB=unit-stable
15
- CHANNEL=stable
11
+ - JOB=unit-dev
12
+ CHANNEL=dev
16
13
TESTS=vm
17
14
- JOB=unit-stable
18
15
CHANNEL=stable
19
16
TESTS=dart2js
17
+ - JOB=unit-stable
18
+ CHANNEL=stable
19
+ TESTS=vm
20
20
global :
21
21
- CHROME_BIN=/usr/bin/google-chrome
22
22
- secure : " AKoqpZ699egF0i4uT/FQ5b4jIc0h+KVbhtVCql0uFxwFIl2HjOYgDayrUCAf6USfpW0LghZxJJhBamWOl/505eNSe9HvEd8JLg/to+1Fo9xi9llsu5ehmNH31/5pue4EvsrVuEap1qqL6/BNwI2cAryayU0p5tV0g8gL5h4IxG8="
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ echo Current channel is: $CHANNEL
10
10
echo Current branch is: $TRAVIS_BRANCH
11
11
echo Test result is: $TRAVIS_TEST_RESULT
12
12
13
- if [ " $CHANNEL " = " dev " ] && [ " $ TRAVIS_REPO_SLUG" = " angular/angular.dart" ]; then
13
+ if [ " $TRAVIS_REPO_SLUG " = " angular/angular.dart" ]; then
14
14
if [ $TRAVIS_TEST_RESULT -eq 0 ] && [ " $TRAVIS_BRANCH " = " master" ]; then
15
15
echo " Gettting current docs from docs.angulardart.org repo on Github"
16
16
rm -Rf docs.angulardart.org
You can’t perform that action at this time.
0 commit comments