diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-08-05 18:31:50 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-08-05 18:40:24 -0700 |
commit | fb1e500e572774131d0891018332fc625b6a4c52 (patch) | |
tree | 0121538ef76a719bb320088013a629b7ffb87c1a /.travis.yml | |
parent | 09f72397156edb97631209c4cac765364f420bd3 (diff) | |
download | tmwa-13.8.5.tar.gz tmwa-13.8.5.tar.bz2 tmwa-13.8.5.tar.xz tmwa-13.8.5.zip |
Use attoconf and proper versionsv13.8.5
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index f15f9d0..8717748 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ notifications: channels: "chat.freenode.net#tmwa" on_success: always on_failure: always + use_notice: true ## Commands before installing prerequisites # before_install: git submodule update --init --recursive @@ -37,7 +38,8 @@ install: ## Main test script script: - - make -k -j2 CXX=${REAL_CXX}\ -fabi-version=6 CPPFLAGS=-DQUIET + - ./configure CXX=${REAL_CXX}\ -fabi-version=6 CPPFLAGS=-DQUIET + - make -k -j2 ## Do something after the main test script after_script: |