diff options
author | Marius Kintel <marius@kintel.net> | 2013-12-09 05:46:38 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-12-09 05:46:38 (GMT) |
commit | e96305ddf5a728eb323a86e4e900752ae2a6ccfe (patch) | |
tree | 10923429ee676f33cc5dd7438500c4a81676fe78 | |
parent | 6fd378e9af2dab353764afc4bfad834bd14349b7 (diff) |
minor tuning
-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 |