From 94e6c4c8c68d8c1cf3e4b02ce34ad3d6cd9ed707 Mon Sep 17 00:00:00 2001 From: Zach Dziura Date: Tue, 10 May 2016 17:47:44 -0400 Subject: [PATCH] Fix Travis Bugs I hate setting up Travis CI... --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index d168d46..b9f5b13 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,12 +7,12 @@ pip install 'travis-cargo<0.2' -- user && export PATH = $HOME/.local/bin:$PATH script: - | -travis-cargo build && -travis-cargo test && -travis-cargo bench + travis-cargo build && + travis-cargo test && + travis-cargo bench addons: apt: packages: - libcurl4-openssl-dev - libelf-dev - - libdw-dev \ No newline at end of file + - libdw-dev