All environment variables in one line
authorTobias Markus <tobbi@mozilla-uk.org>
Sun, 14 Sep 2014 15:11:09 +0000 (17:11 +0200)
committerTobias Markus <tobbi@mozilla-uk.org>
Sun, 14 Sep 2014 15:11:09 +0000 (17:11 +0200)
.travis.yml

index d77cd4d..255d08d 100644 (file)
@@ -17,9 +17,7 @@ compiler:
  - clang
 
 env:
- - CMAKE_VERSION=3.0.1
- - SDL2_VERSION=2.0.3
- - SDL2IMAGE_VERSION=2.0.0
+ - CMAKE_VERSION=3.0.1 SDL2_VERSION=2.0.3 SDL2IMAGE_VERSION=2.0.0
  
 before_install:
  - sudo apt-get update -qq