diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-12-02 17:11:22 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-12-02 17:11:22 +0100 |
commit | afb14c60a0af68d29562eb40c4f4e1757245b780 (patch) | |
tree | b4811515bbb78beba4fa656d1c6899681ccdae13 /.travis.yml | |
parent | d3d06f465c22b4350890ae679a8093aa099aec10 (diff) | |
download | sonarqube-afb14c60a0af68d29562eb40c4f4e1757245b780.tar.gz sonarqube-afb14c60a0af68d29562eb40c4f4e1757245b780.zip |
reorder travis jobs for faster build
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 51db84b6e04..642c387a3e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: |