diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-04-09 18:39:31 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-04-09 19:03:11 -0700 |
commit | 66b050356abc494fd57c3b4e42d4abc61c832e8c (patch) | |
tree | 444d6f1d30e4d170267d01c421fe3f65dcdc3a86 /.travis.yml | |
parent | 313b592639aa6aaa342ca34b9b6a8a77a299621a (diff) | |
download | tmwa-66b050356abc494fd57c3b4e42d4abc61c832e8c.tar.gz tmwa-66b050356abc494fd57c3b4e42d4abc61c832e8c.tar.bz2 tmwa-66b050356abc494fd57c3b4e42d4abc61c832e8c.tar.xz tmwa-66b050356abc494fd57c3b4e42d4abc61c832e8c.zip |
Fix archive patch mtimev14.4.9
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 913db19..dd58b51 100644 --- a/.travis.yml +++ b/.travis.yml @@ -95,11 +95,8 @@ matrix: - compiler: gcc env: REAL_CC=gcc-4.8 REAL_CXX=g++-4.8 PPA=ppa:ubuntu-toolchain-r/test PACKAGE=g++-4.8 -# everything that was pushed to master was already on 'test', except +# everything that was pushed to stable was already on 'master', except # the version change and some doc changes. -# As of the next release, current 'master' will become 'stable' and current -# 'test' will become 'master' (now that 'test' doesn't crash all the time) branches: except: - - master - stable |