diff options
author | Tristan Gingold <gingold@adacore.com> | 2016-01-07 05:44:58 +0100 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2016-01-07 05:44:58 +0100 |
commit | e544e8f4fe9a37ee3497b4d8e39b8fa666fec1d9 (patch) | |
tree | 0c25c1714744e85a1502510edd81b9f9bb8b490d | |
parent | a536ab7b8925451f27c0a3a19bac09af4aaa949a (diff) | |
download | ghdl-e544e8f4fe9a37ee3497b4d8e39b8fa666fec1d9.tar.gz ghdl-e544e8f4fe9a37ee3497b4d8e39b8fa666fec1d9.tar.bz2 ghdl-e544e8f4fe9a37ee3497b4d8e39b8fa666fec1d9.zip |
travis: fix typo
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 224e455e9..b67190039 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,4 +9,4 @@ script: - export GHDL=$PWD/ghdl_mcode - cd testsuite - gnatmake get_entities - - ./testsuite + - ./testsuite.sh |