diff options
| author | Franklin Wei <git@fwei.tk> | 2016-01-26 20:13:46 -0500 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2016-01-26 20:13:46 -0500 |
| commit | a5492d96ff683f11537b3c97d752184f3d1b3c0b (patch) | |
| tree | 5315466e0479b40cb715a9b36e43bd39ed1205d2 /.travis.yml | |
| parent | 3b8df7146fe31518080f3a38eee98222d97ee5b2 (diff) | |
| download | netcosm-a5492d96ff683f11537b3c97d752184f3d1b3c0b.zip netcosm-a5492d96ff683f11537b3c97d752184f3d1b3c0b.tar.gz netcosm-a5492d96ff683f11537b3c97d752184f3d1b3c0b.tar.bz2 netcosm-a5492d96ff683f11537b3c97d752184f3d1b3c0b.tar.xz | |
try and fix travis yet again, prettify makefile
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a62ee1d..90add70 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,5 +5,5 @@ before-install: - sudo apt-get install -y libbsd libev - uname -a install: - - make + - make --debug - ./build/unix.bin & |