Browse Source

Use jobs instead of matrix

tempestpy_adaptions
Matthias Volk 8 years ago
parent
commit
982538bfec
  1. 4
      .travis.yml
  2. 4
      travis/generate_travis.py

4
.travis.yml

@ -24,9 +24,7 @@ sudo: required
#
# Configurations
#
matrix:
fast_finish: true
jobs:
include:
###

4
travis/generate_travis.py

@ -56,9 +56,7 @@ if __name__ == "__main__":
s += "#\n"
s += "# Configurations\n"
s += "#\n"
s += "matrix:\n"
s += " fast_finish: true\n"
s += "\n"
s += "jobs:\n"
s += " include:\n"
# Generate all configurations

Loading…
Cancel
Save