summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2014-11-14 20:43:07 -0700
committermo khan <mo@mokhan.ca>2014-11-14 20:43:07 -0700
commit9f71a28207f1dc35933d8a7e7c6a343c38b1f01e (patch)
treefbcc6e919300aaa21387a91e5c472236d5d7e074 /.travis.yml
parent2c3a2d2c8234c9fdf69e3c5db6911665315b1fdf (diff)
fix travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index bc4364c..168dd24 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
before_script:
- - cp .sample.env .env
+ - cp .env.example .env
- psql -c 'create database "urkel_test";' -U postgres