diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-01-12 10:36:32 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-01-12 10:36:32 -0800 |
commit | 92720b7d00085f4cd77a59a20095dde7f46048c7 (patch) | |
tree | fe2807c1ab0697b1a11e893710c83dfd6f56d05d /.travis.yml | |
parent | 1c20b4a3cf07f95b2a9ab76f2598526130b9a97e (diff) |
Fixed .travis.yml for osx.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 20a0c82..e179160 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,8 +16,8 @@ before_install: elif [ ${TRAVIS_OS_NAME:-'linux'} = 'osx' ] then brew update - brew outdated python3 || brew upgrade python3 - brew outdated valgrind || brew upgrade valgrind + brew install python3 + brew install valgrind fi script: - make testtarball |