Skip to content

Commit

Permalink
chore(docs): fix for broken travis doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
naomiblack committed May 9, 2014
1 parent 762e6a1 commit 6bbd7f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ addons:
firefox: "28.0"
env:
matrix:
- JOB=unit-dev
CHANNEL=dev
TESTS=vm
- JOB=unit-dev
CHANNEL=DEV
TESTS=dart2js
- JOB=unit-stable
CHANNEL=stable
- JOB=unit-dev
CHANNEL=dev
TESTS=vm
- JOB=unit-stable
CHANNEL=stable
TESTS=dart2js
- JOB=unit-stable
CHANNEL=stable
TESTS=vm
global:
- CHROME_BIN=/usr/bin/google-chrome
- secure: "AKoqpZ699egF0i4uT/FQ5b4jIc0h+KVbhtVCql0uFxwFIl2HjOYgDayrUCAf6USfpW0LghZxJJhBamWOl/505eNSe9HvEd8JLg/to+1Fo9xi9llsu5ehmNH31/5pue4EvsrVuEap1qqL6/BNwI2cAryayU0p5tV0g8gL5h4IxG8="
Expand Down
2 changes: 1 addition & 1 deletion scripts/travis/publish-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ echo Current channel is: $CHANNEL
echo Current branch is: $TRAVIS_BRANCH
echo Test result is: $TRAVIS_TEST_RESULT

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

0 comments on commit 6bbd7f6

Please sign in to comment.