summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-08-26 19:30:23 +0200
committerGitHub <noreply@github.com>2017-08-26 19:30:23 +0200
commitbefff962204be35377bee4e46295d510693ad875 (patch)
treea97dd675ed074185e4e98b762cb3771c430eb693 /.travis.yml
parentb6917fc582303ed1be04390e9543d37170e626d5 (diff)
parent89ceafaab5eabed056071c27138e4a2d5877df8d (diff)
Merge pull request #1006 from matthiasbeyer/remove-makefile
Remove Makefile, as cargo can be used now to build all the things
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 13a3c17d..8cd2c429 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,7 +28,7 @@ before_script:
script:
- |
- make all test
+ cargo build --all --verbose -j 1 && cargo test --all --verbose -j 1
addons:
apt:
@@ -38,7 +38,6 @@ addons:
- libdw-dev
- libelf-dev
- libzzip-dev
- - make
- tree
sources:
- kalakris-cmake