1
0
forked from Mirror/wren

Build all configurations on Travis.

This commit is contained in:
Bob Nystrom
2015-02-24 19:32:46 -08:00
parent 422801a64a
commit f296850242

View File

@ -2,4 +2,4 @@ language: c
compiler:
- gcc
- clang
script: make && make test
script: make all && make test