summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorIngy döt Net <ingy@ingy.net>2016-12-29 15:19:30 -0600
committerIan Cordasco <graffatcolmingov@gmail.com>2016-12-29 19:09:53 -0600
commit52b6634fb39a09c71782caf50005f0f23d2cec95 (patch)
tree04abcf43cf8f54b3d404c376fd47a6d5cab92d4a /.travis.yml
parent90d6ba3ca17010820135cd81e856728b94c7bba4 (diff)
downloadlibyaml-git-52b6634fb39a09c71782caf50005f0f23d2cec95.tar.gz
Move Travis CI steps into a Bash script
This allows us to run the same Travis testing locally. Examples: ./tests/run-tests.sh
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 1 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index dada04b..e789986 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,12 +8,4 @@ compiler:
- clang
- gcc
-script:
-- ./bootstrap
-- ./configure
-- make test-all
-- make distclean
-- cmake .
-- make
-- make test
-- make clean
+script: tests/run-tests.sh