Skip to content

Commit

Permalink
Update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
fortuna committed Apr 6, 2018
1 parent d22cbae commit 802d61d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
# stage.
- stage: build and unit test
script:
- yarn shadowbox_install
- yarn do shadowbox/server/build
- yarn do shadowbox/test
- yarn do server_manager/electron_app/build
Expand All @@ -54,7 +53,6 @@ jobs:
curl -L https://github.com/docker/compose/releases/download/1.17.1/docker-compose-$(uname -s)-$(uname -m) > docker-compose
chmod +x docker-compose
sudo mv docker-compose /usr/local/bin
- yarn shadowbox_install
- yarn do shadowbox/integration_test/run

- stage: tag
Expand All @@ -68,7 +66,6 @@ jobs:
sudo: required
services: docker
script:
- yarn shadowbox_install
- yarn do shadowbox/docker/build
- docker login quay.io -u="$QUAY_IO_USERNAME" -p="$QUAY_IO_PASSWORD"
- docker tag outline/shadowbox quay.io/outline/shadowbox:$TRAVIS_TAG
Expand Down

0 comments on commit 802d61d

Please sign in to comment.