From 5222fb9226b52d4eed28d4bc23edd6de97d4f8fb Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Mon, 23 Mar 2015 16:20:02 +0200 Subject: [PATCH] Removed travis file because it uses precise which is too ancient to work. --- .travis.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 388660b00..000000000 --- a/.travis.yml +++ /dev/null @@ -1,12 +0,0 @@ -language: cpp -compiler: - - gcc -before_install: - - sudo apt-get update - - sudo apt-get install -y python python3 gobjc gobjc++ gnustep-make libboost-dev libboost-thread-dev qt5-default qtbase5-dev-tools qtbase5-dev libgtest-dev google-mock gobject-introspection libgirepository1.0-dev flex bison protobuf-compiler libprotobuf-dev zlib1g-dev -before_script: - - wget https://github.com/martine/ninja/archive/v1.5.3.zip - - unzip v1.5.3.zip - - cd ninja-1.5.3 && ./configure --bootstrap && cd .. - - export PATH=$PWD/ninja-1.5.3:$PATH -script: ./run_tests.py