diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2019-03-29 11:45:11 -0300 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2019-04-01 17:32:53 -0400 |
| commit | b89ab596547cdbf29fb961fb9877bc9f2419b634 (patch) | |
| tree | 2b035a7c97c665649d76fb50659d0b7173ac5a07 | |
| parent | 12562d320a83e3f8f60d78a366793d474b522c55 (diff) | |
| download | luarocks-b89ab596547cdbf29fb961fb9877bc9f2419b634.tar.gz luarocks-b89ab596547cdbf29fb961fb9877bc9f2419b634.tar.bz2 luarocks-b89ab596547cdbf29fb961fb9877bc9f2419b634.zip | |
Reorder Travis tests
| -rw-r--r-- | .travis.yml | 70 |
1 files changed, 35 insertions, 35 deletions
diff --git a/.travis.yml b/.travis.yml index 70fe9ee6..f5264d16 100644 --- a/.travis.yml +++ b/.travis.yml | |||
| @@ -28,92 +28,92 @@ integration_script: &integration_script | |||
| 28 | jobs: | 28 | jobs: |
| 29 | include: | 29 | include: |
| 30 | # Unit tests for linux | 30 | # Unit tests for linux |
| 31 | - stage: unit | 31 | - stage: Unit on Linux |
| 32 | script: *unit_script | 32 | script: *unit_script |
| 33 | os: linux | 33 | os: linux |
| 34 | env: | 34 | env: |
| 35 | - LUA="lua=5.1" | 35 | - LUA="lua=5.1" |
| 36 | - stage: unit | 36 | - stage: Unit on Linux |
| 37 | script: *unit_script | 37 | script: *unit_script |
| 38 | os: linux | 38 | os: linux |
| 39 | env: | 39 | env: |
| 40 | - LUA="lua=5.2" | 40 | - LUA="lua=5.2" |
| 41 | - stage: unit | 41 | - stage: Unit on Linux |
| 42 | script: *unit_script | 42 | script: *unit_script |
| 43 | os: linux | 43 | os: linux |
| 44 | env: | 44 | env: |
| 45 | - LUA="lua=5.3" | 45 | - LUA="lua=5.3" |
| 46 | - stage: unit | 46 | - stage: Unit on Linux |
| 47 | script: *unit_script | 47 | script: *unit_script |
| 48 | os: linux | 48 | os: linux |
| 49 | env: | 49 | env: |
| 50 | - LUA="luajit=2.1" | 50 | - LUA="luajit=2.1" |
| 51 | # Unit tests for osx | 51 | # Integration tests for linux |
| 52 | - stage: unit | 52 | - stage: Integration on Linux |
| 53 | script: *integration_script | ||
| 54 | os: linux | ||
| 55 | env: | ||
| 56 | - LUA="lua=5.1" | ||
| 57 | - stage: Integration on Linux | ||
| 58 | script: *integration_script | ||
| 59 | os: linux | ||
| 60 | env: | ||
| 61 | - LUA="lua=5.2" | ||
| 62 | - stage: Integration on Linux | ||
| 63 | script: *integration_script | ||
| 64 | os: linux | ||
| 65 | env: | ||
| 66 | - LUA="lua=5.3" | ||
| 67 | - stage: Integration on Linux | ||
| 68 | script: *integration_script | ||
| 69 | os: linux | ||
| 70 | env: | ||
| 71 | - LUA="luajit=2.1" | ||
| 72 | # Unit tests for mac | ||
| 73 | - stage: Unit on Mac | ||
| 53 | script: *unit_script | 74 | script: *unit_script |
| 54 | os: osx | 75 | os: osx |
| 55 | env: | 76 | env: |
| 56 | - LUA="lua=5.1" | 77 | - LUA="lua=5.1" |
| 57 | language: generic | 78 | language: generic |
| 58 | - stage: unit | 79 | - stage: Unit on Mac |
| 59 | script: *unit_script | 80 | script: *unit_script |
| 60 | os: osx | 81 | os: osx |
| 61 | env: | 82 | env: |
| 62 | - LUA="lua=5.2" | 83 | - LUA="lua=5.2" |
| 63 | language: generic | 84 | language: generic |
| 64 | - stage: unit | 85 | - stage: Unit on Mac |
| 65 | script: *unit_script | 86 | script: *unit_script |
| 66 | os: osx | 87 | os: osx |
| 67 | env: | 88 | env: |
| 68 | - LUA="lua=5.3" | 89 | - LUA="lua=5.3" |
| 69 | language: generic | 90 | language: generic |
| 70 | - stage: unit | 91 | - stage: Unit on Mac |
| 71 | script: *unit_script | 92 | script: *unit_script |
| 72 | os: osx | 93 | os: osx |
| 73 | env: | 94 | env: |
| 74 | - LUA="luajit=2.1" | 95 | - LUA="luajit=2.1" |
| 75 | language: generic | 96 | language: generic |
| 76 | # Integration tests for linux | 97 | # Integration tests for mac |
| 77 | - stage: integration | 98 | - stage: Integration on Mac |
| 78 | script: *integration_script | ||
| 79 | os: linux | ||
| 80 | env: | ||
| 81 | - LUA="lua=5.1" | ||
| 82 | - stage: integration | ||
| 83 | script: *integration_script | ||
| 84 | os: linux | ||
| 85 | env: | ||
| 86 | - LUA="lua=5.2" | ||
| 87 | - stage: integration | ||
| 88 | script: *integration_script | ||
| 89 | os: linux | ||
| 90 | env: | ||
| 91 | - LUA="lua=5.3" | ||
| 92 | - stage: integration | ||
| 93 | script: *integration_script | ||
| 94 | os: linux | ||
| 95 | env: | ||
| 96 | - LUA="luajit=2.1" | ||
| 97 | # Integration tests for osx | ||
| 98 | - stage: integration | ||
| 99 | script: *integration_script | 99 | script: *integration_script |
| 100 | os: osx | 100 | os: osx |
| 101 | env: | 101 | env: |
| 102 | - LUA="lua=5.1" | 102 | - LUA="lua=5.1" |
| 103 | language: generic | 103 | language: generic |
| 104 | - stage: integration | 104 | - stage: Integration on Mac |
| 105 | script: *integration_script | 105 | script: *integration_script |
| 106 | os: osx | 106 | os: osx |
| 107 | env: | 107 | env: |
| 108 | - LUA="lua=5.2" | 108 | - LUA="lua=5.2" |
| 109 | language: generic | 109 | language: generic |
| 110 | - stage: integration | 110 | - stage: Integration on Mac |
| 111 | script: *integration_script | 111 | script: *integration_script |
| 112 | os: osx | 112 | os: osx |
| 113 | env: | 113 | env: |
| 114 | - LUA="lua=5.3" | 114 | - LUA="lua=5.3" |
| 115 | language: generic | 115 | language: generic |
| 116 | - stage: integration | 116 | - stage: Integration on Mac |
| 117 | script: *integration_script | 117 | script: *integration_script |
| 118 | os: osx | 118 | os: osx |
| 119 | env: | 119 | env: |
