summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-07-15 20:50:44 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-07-15 20:50:44 (GMT)
commitb9fcc8d669491725d8dc37583958eadd31a46456 (patch)
tree292c41ce35b995fdba00dd41b4eae4352164ac62
parent0f02e83609309972f01fb72392fb7f96d98b9e01 (diff)
downloaduscxml-b9fcc8d669491725d8dc37583958eadd31a46456.zip
uscxml-b9fcc8d669491725d8dc37583958eadd31a46456.tar.gz
uscxml-b9fcc8d669491725d8dc37583958eadd31a46456.tar.bz2
Trying to force travis to access prebuilt slave per http before cmake
Our servers are broken :(
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 1e811e9..7eea956 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,6 +11,6 @@ before_install:
- sudo apt-get install -qq expect-dev
- sudo apt-get install -qq libprotobuf-dev libprotoc-dev
- sudo apt-get install -qq swi-prolog
- - wget http://uscxml.tk.informatik.tu-darmstadt.de
+ - wget http://uscxml.tk.informatik.tu-darmstadt.de || true
script: mkdir build && cd build && cmake .. && make