diff options
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 5b9f215..c499a8d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: cpp -compiler: - - gcc +cache: apt +compiler: gcc + before_install: - echo 'yes' | sudo add-apt-repository ppa:chrysn/openscad - sudo apt-get update -qq @@ -11,6 +12,6 @@ env: OPENSCAD_UPLOAD_TESTS=yes branches: only: - - travis + - master script: ./scripts/travis-ci.sh |