Просмотр исходного кода

Split up test/build commands to tell which specific step might be having
problems.

Rene Rivera 11 лет назад
Родитель
Сommit
ce88b6ad64
1 измененных файлов с 5 добавлено и 1 удалено
  1. 5 1
      .travis.yml

+ 5 - 1
.travis.yml

@@ -1,4 +1,8 @@
 language: c
 compiler:
   - gcc
-script: ./bootstrap.sh && ./b2 -n && ./b2 -n -d0 status
+script:
+  - ./bootstrap.sh
+  - ./b2 -n
+  - cd status
+  - ./b2 -n -d0

粤ICP备19079148号