aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Thomas Edvalson <machin3@gmail.com>2014-04-25 12:39:49 -0400
committerGravatar Thomas Edvalson <machin3@gmail.com>2014-04-25 12:39:49 -0400
commit5c768453630d873489a514728c73a4c49c2295a7 (patch)
tree9136a1eee9e12284b1b13c521b609dec6ca14e9c /.travis.yml
parente492a253d9ae8cd07cc414873372cad5c198eb4f (diff)
Remove potentially unnecessary lines in Travis script.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 9c6c6e01..51c19a28 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,8 +2,6 @@ language: cpp
compiler:
- gcc
before_install:
- - sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu/ trusty main universe"
- - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo apt-get -qq update
- sudo apt-get -qq install libgtest-dev g++-4.8 xorg-dev libglu1-mesa-dev
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90
@@ -11,6 +9,5 @@ before_install:
- "cd glfw && mkdir build && cd build && cmake .. && make && sudo make install ; cd -"
- "cd /usr/src/gtest && sudo cmake . && sudo cmake --build . && sudo mv libg* /usr/local/lib/ ; cd -"
script:
- - mkdir build && cd build
- - cmake ..
+ - cmake .
- make -j4 \ No newline at end of file