Преглед изворни кода

travis: move 'make' into the install target

This auto-collapses the output and doesn't run the tests
if we compiling fails as a bonus.

Git-Dch: Ignore
David Kalnischkies пре 10 година
родитељ
комит
fa74b4ece0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -11,8 +11,8 @@ install:
  - sudo apt-get -qq -y install gcc-4.8 g++-4.8
  - sudo apt-get -qq -y install gcc-4.8 g++-4.8
  - sudo apt-get -qq -y -t vivid install gettext
  - sudo apt-get -qq -y -t vivid install gettext
  - export CC=gcc-4.8 CXX=g++-4.8
  - export CC=gcc-4.8 CXX=g++-4.8
-script:
  - make
  - make
+script:
  - make test
  - make test
  - ./test/integration/run-tests -q
  - ./test/integration/run-tests -q
  - sudo adduser --force-badname --system --home /nonexistent --no-create-home --quiet _apt || true
  - sudo adduser --force-badname --system --home /nonexistent --no-create-home --quiet _apt || true