Skip to content

Commit

Permalink
update publishing branches and a little cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
anyaelena committed Sep 18, 2020
1 parent 3aaa02a commit c113340
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .travis.yml
@@ -1,4 +1,4 @@
language: generic
language: minimal

env:
global:
Expand All @@ -7,9 +7,6 @@ env:
- DOCKER_COMPOSE_VERSION=1.21.1
- BUNDLE_WITHOUT=native_ext

# gemfile:
# - server/Gemfile

# Set the default scripts that are used for the majority of the tests in the matrix
# redis-server now wants to bind to ipv6 ::1. This changes this behavior.
before_install:
Expand All @@ -22,9 +19,6 @@ after_failure: ./ci/travis/print_logs.sh

# Services for linux -- all instances
services:
# counter to documentation, these aren't starting for bionic
# - mongodb
# - redis-server
- docker

jobs:
Expand Down Expand Up @@ -89,7 +83,7 @@ jobs:
after_script:
# Reset the git checkout to remove the test-based data in the containers and rebuild
- git checkout -- .dockerignore && git checkout -- Dockerfile

- stage: publish
# Include your branch name below to publish a custom image.
# This change must be made in combination with a modification to
Expand All @@ -112,8 +106,7 @@ jobs:
- docker-compose build rserve
script: ./docker/deployment/scripts/deploy_docker.sh
- stage: publish
# publish native build for osx to s3
if: branch = travis_build_artifacts #branch = master OR branch = develop
if: branch = master OR branch = develop
os: osx
osx_image: xcode10.2
sudo: required
Expand All @@ -122,8 +115,7 @@ jobs:
before_script:
script: ./ci/travis/export_build_osx.sh
- stage: publish
# publish native build for linux to s3
if: branch = travis_build_artifacts # branch = master OR branch = develop
if: branch = master OR branch = develop
os: linux
dist: bionic
sudo: required
Expand Down

0 comments on commit c113340

Please sign in to comment.