Skip to content
This repository has been archived by the owner on Apr 12, 2019. It is now read-only.

Commit

Permalink
gah
Browse files Browse the repository at this point in the history
  • Loading branch information
clux committed Jun 9, 2015
1 parent 15386ba commit 972fa5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ before_script:
- openssl genrsa -out server.rsa 2048
- openssl rsa -in server.rsa -pubout > server.rsa.pub
- psql -c 'create database travis_linkr;' -U postgres
- export DATABASE_URL=postgres://postgres@localhost:5432/travis_koa
- export DATABASE_URL=postgres://postgres@localhost:5432/travis_linkr
- npm install bower -g
- bower install
- npm run build
Expand Down

0 comments on commit 972fa5f

Please sign in to comment.