Skip to content

Commit

Permalink
revert #6758
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Nov 15, 2017
1 parent 1054b9f commit 0c617c1
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
os:
- osx
- linux
language: generic
sudo: required

Expand All @@ -12,27 +15,9 @@ before_install:
rm -rf /home/travis/perl5/ /home/travis/.phpenv /home/travis/gopath /home/travis/otp
rm -rf /home/travis/.gimme/ /home/travis/.rvm /home/travis/.nvm
fi
install: scripts/travis-setup.sh

jobs:
include:
# in forks, master and bulk, we run osx and linux in parallel on each push
- stage: Linux+macOS
if: (type = push) AND ((branch IN (master, bulk)) OR (fork = true))
os:
- linux
- osx
script: scripts/travis-run.sh
# in pull requests, we first run linux and only if that succeeds, we run osx
- stage: Linux
if: type = pull_request
os: linux
script: scripts/travis-run.sh
- stage: macOS
if: type = pull_request
os: osx
script: scripts/travis-run.sh
script: scripts/travis-run.sh

env:
global:
Expand Down

0 comments on commit 0c617c1

Please sign in to comment.