summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-08-05 18:31:50 -0700
committerBen Longbons <b.r.longbons@gmail.com>2013-08-05 18:40:24 -0700
commitfb1e500e572774131d0891018332fc625b6a4c52 (patch)
tree0121538ef76a719bb320088013a629b7ffb87c1a /.travis.yml
parent09f72397156edb97631209c4cac765364f420bd3 (diff)
downloadtmwa-fb1e500e572774131d0891018332fc625b6a4c52.tar.gz
tmwa-fb1e500e572774131d0891018332fc625b6a4c52.tar.bz2
tmwa-fb1e500e572774131d0891018332fc625b6a4c52.tar.xz
tmwa-fb1e500e572774131d0891018332fc625b6a4c52.zip
Use attoconf and proper versionsv13.8.5
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
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: