Skip to content
Snippets Groups Projects
Commit 21c901220533 authored by Ian Cordasco's avatar Ian Cordasco
Browse files

Make .travis.yml a little easier to read

parent 608b13cc8262
Branches
No related tags found
No related merge requests found
......@@ -4,4 +4,7 @@
- clang
- gcc
script: ./bootstrap && ./configure && make test
script:
- ./bootstrap
- ./configure
- make test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment