diff options
author | Santo Cariotti <sancn@live.com> | 2017-09-30 15:20:37 +0200 |
---|---|---|
committer | Santo Cariotti <sancn@live.com> | 2017-09-30 15:20:37 +0200 |
commit | a38ce80c849be3d3e78d3349ef47c0b833cf937b (patch) | |
tree | a160f53f93eed310931b538ffc9f21acef67c8d7 /.travis.yml | |
parent | 2ef23aff47ea0b9c1ad26a80e6b3ce90dc2ce4ad (diff) | |
parent | 19dcae9b190b76f7e79e0d28735b23800ba4e673 (diff) |
Merge branch 'master' of https://github.com/dunkerC/esercizi
Diffstat (limited to '.travis.yml')
-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 d3e104c..0000000 --- a/.travis.yml +++ /dev/null @@ -1,12 +0,0 @@ -language: cpp -compiler: g++ - -before_install: -- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test -- sudo apt-get update -qq - -install: -- sudo apt-get install -qq g++-4.8 -- export CXX="g++-4.8" - -script: make lswf |