Skip to content

Commit 6bbd7f6

Browse files
committed
chore(docs): fix for broken travis doc generation
1 parent 762e6a1 commit 6bbd7f6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.travis.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ addons:
55
firefox: "28.0"
66
env:
77
matrix:
8-
- JOB=unit-dev
9-
CHANNEL=dev
10-
TESTS=vm
118
- JOB=unit-dev
129
CHANNEL=DEV
1310
TESTS=dart2js
14-
- JOB=unit-stable
15-
CHANNEL=stable
11+
- JOB=unit-dev
12+
CHANNEL=dev
1613
TESTS=vm
1714
- JOB=unit-stable
1815
CHANNEL=stable
1916
TESTS=dart2js
17+
- JOB=unit-stable
18+
CHANNEL=stable
19+
TESTS=vm
2020
global:
2121
- CHROME_BIN=/usr/bin/google-chrome
2222
- secure: "AKoqpZ699egF0i4uT/FQ5b4jIc0h+KVbhtVCql0uFxwFIl2HjOYgDayrUCAf6USfpW0LghZxJJhBamWOl/505eNSe9HvEd8JLg/to+1Fo9xi9llsu5ehmNH31/5pue4EvsrVuEap1qqL6/BNwI2cAryayU0p5tV0g8gL5h4IxG8="

scripts/travis/publish-docs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ echo Current channel is: $CHANNEL
1010
echo Current branch is: $TRAVIS_BRANCH
1111
echo Test result is: $TRAVIS_TEST_RESULT
1212

13-
if [ "$CHANNEL" = "dev" ] && [ "$TRAVIS_REPO_SLUG" = "angular/angular.dart" ]; then
13+
if [ "$TRAVIS_REPO_SLUG" = "angular/angular.dart" ]; then
1414
if [ $TRAVIS_TEST_RESULT -eq 0 ] && [ "$TRAVIS_BRANCH" = "master" ]; then
1515
echo "Gettting current docs from docs.angulardart.org repo on Github"
1616
rm -Rf docs.angulardart.org

0 commit comments

Comments
 (0)