]> git.lizzy.rs Git - rust.git/commit
Run the travis build as one large command
authorAlex Crichton <alex@alexcrichton.com>
Mon, 24 Feb 2014 07:23:08 +0000 (23:23 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 25 Feb 2014 05:22:27 +0000 (21:22 -0800)
commita7b1d65080dc0890d7a870af70870477d8fc1047
treeb55bebedb63e288a147bcc447a6f6fa45181880a
parent4690ab0ea84d4381ddca724a51e4a36760149fde
Run the travis build as one large command

It appears that travis doesn't stop running script commands after the first one
fails (see https://github.com/travis-ci/travis-ci/issues/1066), so chain all our
commands together with && for now.
.travis.yml