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

Make .travis.yml a little easier to read

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