diff --git a/.travis.yml b/.travis.yml index d65ad16a..865a9fe6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,8 +25,7 @@ before_script: - sudo apt-get install -y postgresql-9.6-postgis-2.4 - psql -U postgres -c 'create database test' - psql -U postgres -d test -c 'create extension postgis' - - psql -U postgres -d test -f fixtures/tilebbox.sql - - psql -U postgres -d test -f fixtures/points.sql + - psql -U postgres -d test -f tests/fixtures/points.sql script: - cargo test --verbose --all \ No newline at end of file diff --git a/fixtures/points.sql b/tests/fixtures/points.sql similarity index 100% rename from fixtures/points.sql rename to tests/fixtures/points.sql