diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2015-03-23 16:20:02 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2015-03-23 16:20:02 +0200 |
commit | 5222fb9226b52d4eed28d4bc23edd6de97d4f8fb (patch) | |
tree | a8d772631d73ccabc645086d678ddc99dd147499 | |
parent | cc82a0272091b1add254e20f21fbf5d77950fd22 (diff) | |
download | meson-5222fb9226b52d4eed28d4bc23edd6de97d4f8fb.zip meson-5222fb9226b52d4eed28d4bc23edd6de97d4f8fb.tar.gz meson-5222fb9226b52d4eed28d4bc23edd6de97d4f8fb.tar.bz2 |
Removed travis file because it uses precise which is too ancient to work.
-rw-r--r-- | .travis.yml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 388660b..0000000 --- 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 |