Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Apr 4, 2019
1 parent a97ed4e commit 43edf10
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: cpp
compiler: gcc
dist: xenial
#sudo: true

before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
Expand All @@ -11,7 +10,6 @@ install:
- apt search libsfml
- apt search libsfml-dev
- sudo apt install libsfml-dev
# - sudo apt-get install -qq g++-5

script:
- qmake
Expand Down
4 changes: 0 additions & 4 deletions travis_qmake_gcc_cpp11_sfml.pro
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ SOURCES += main.cpp
# Compile with highest warning level, a warning is an error
QMAKE_CXXFLAGS += -Wall -Wextra -Weffc++ -Werror

#QMAKE_CXX = g++-5
#QMAKE_LINK = g++-5
#QMAKE_CC = gcc-5

# C++11
QMAKE_CXXFLAGS += -std=c++11

Expand Down

0 comments on commit 43edf10

Please sign in to comment.