Skip to content

Commit

Permalink
Workaround for travis-ci bug: 1066
Browse files Browse the repository at this point in the history
  • Loading branch information
yglukhov committed Oct 3, 2016
1 parent 6d4e818 commit 5320c90
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -4,5 +4,4 @@ services:
before_install:
- docker pull yglukhov/nim-ui-base
script:
- docker run -v "$(pwd):/project" -w /project yglukhov/nim-ui-base run "nimble install -y && nake tests && nake samples -d:js --norun && nake docs"
- ./deployGHPages.sh ./build/doc
- docker run -v "$(pwd):/project" -w /project yglukhov/nim-ui-base run "nimble install -y && nake tests && nake samples -d:js --norun && nake docs" && ./deployGHPages.sh ./build/doc

0 comments on commit 5320c90

Please sign in to comment.