summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-11-19 15:54:00 -0800
committerDessalines <tyhou13@gmx.com>2019-11-19 15:54:00 -0800
commit73e5c38f198d915a97b1e824ebe7c804e3ecc106 (patch)
tree471d252cddf5eece1af293ce1feab077301cdf91 /.travis.yml
parentfa1c306d6460a82fcda16a1e9b7dc734bcc3b826 (diff)
Messing with travis 1.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 26410fef..5dd835df 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,13 +9,13 @@ cache: cargo
before_script:
- psql -c "create user rrr with password 'rrr' superuser;" -U postgres
- psql -c 'create database rrr with owner rrr;' -U postgres
+ - cargo install --force diesel_cli --no-default-features --features postgres
before_install:
- cd server
script:
- - cargo install --force diesel_cli --no-default-features --features postgres
- diesel migration run
- - cargo build --all
- - cargo test --all
+ - cargo build
+ - cargo test
env:
- DATABASE_URL=postgres://rrr:rrr@localhost/rrr
addons: