Skip to content

Commit ce9d060

Browse files
committed
Correct Travis matrix environment variable that were wrongly defined
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 27f9060 commit ce9d060

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
language: cpp
22

33
os:
4-
- osx
5-
- linux
4+
- osx
5+
- linux
66

77
env:
8-
- TEST_SUITE: "bin/py.test -n 2 -s --ignore=tests/scancode"
9-
- TEST_SUITE: "bin/py.test -vvs tests/scancode"
10-
- TEST_SUITE: "./etc/release/release.sh"
11-
8+
matrix:
9+
- TEST_SUITE="bin/py.test -n 2 -s --ignore=tests/scancode"
10+
- TEST_SUITE="bin/py.test -vvs tests/scancode"
11+
- TEST_SUITE="./etc/release/release.sh"
1212

1313
install:
1414
- ./configure
@@ -25,4 +25,4 @@ notifications:
2525
use_notice: true
2626
skip_join: true
2727
template:
28-
- "%{repository_slug}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} : %{build_url}"
28+
- "%{repository_slug}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} : %{build_url}"

0 commit comments

Comments
 (0)