]> source.dussan.org Git - sonarqube.git/commitdiff
reorder travis jobs for faster build
authorStas Vilchik <vilchiks@gmail.com>
Wed, 2 Dec 2015 16:11:22 +0000 (17:11 +0100)
committerStas Vilchik <vilchiks@gmail.com>
Wed, 2 Dec 2015 16:11:22 +0000 (17:11 +0100)
.travis.yml

index 51db84b6e040a0eccfc2c73ff8ea192ae127fd40..642c387a3e0ec700f94408ecc42e401b9c0e7ff2 100644 (file)
@@ -6,14 +6,14 @@ script: ./travis.sh
 
 env:
   - TARGET=CI
-  - TARGET=POSTGRES
-  - TARGET=MYSQL
-  - TARGET=WEB
   - TARGET=IT IT_CATEGORY=Category1
   - TARGET=IT IT_CATEGORY=Category2
   - TARGET=IT IT_CATEGORY=Category3
   - TARGET=IT IT_CATEGORY=Category4
   - TARGET=IT IT_CATEGORY=Plugins
+  - TARGET=POSTGRES
+  - TARGET=MYSQL
+  - TARGET=WEB
 
 
 matrix: