Skip to content

Commit

Permalink
Removed Yosemite and El Capitan runs.
Browse files Browse the repository at this point in the history
We now only produce Mavericks binaries, because those build steps run so much faster.
Yosemite and El Capitan via VMWare on 2009 era Mac Book Pros just cannot complete in time.
Now attempting to run all the unit-tests again, to see if we can get them reliable.
  • Loading branch information
bobsummerwill committed Jul 26, 2016
1 parent 66e3b23 commit 08f66d7
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,6 @@ matrix:
- TRAVIS_BUILD_TYPE=RelWithDebInfo
- ZIP_SUFFIX=osx-mavericks
- TESTS=On
- os: osx
osx_image: xcode7.1
env:
- TRAVIS_BUILD_TYPE=RelWithDebInfo
- ZIP_SUFFIX=osx-yosemite
- TESTS=On
- os: osx
osx_image: xcode7.3
env:
- TRAVIS_BUILD_TYPE=RelWithDebInfo
- ZIP_SUFFIX=osx-elcapitan
- TESTS=Off
git:
depth: 2
cache:
Expand All @@ -75,12 +63,12 @@ before_script:
- ../scripts/release.sh $ZIP_SUFFIX $TESTS
script:
- cd $TRAVIS_BUILD_DIR/..
#- git clone https://github.com/ethereum/tests.git
#- export ETHEREUM_TEST_PATH=$(pwd)/tests/
#- cd $TRAVIS_BUILD_DIR/build
#- ./test/libethereum/test/testeth
#- ./test/libweb3core/test/testweb3core
#- ./test/webthree/test/testweb3
- git clone https://github.com/ethereum/tests.git
- export ETHEREUM_TEST_PATH=$(pwd)/tests/
- cd $TRAVIS_BUILD_DIR/build
- ./test/libethereum/test/testeth
- ./test/libweb3core/test/testweb3core
- ./test/webthree/test/testweb3
deploy:
provider: releases
api_key:
Expand Down

0 comments on commit 08f66d7

Please sign in to comment.