Skip to content

Commit

Permalink
Make travis-ci do an install
Browse files Browse the repository at this point in the history
For a more complete testing.
  • Loading branch information
salortiz committed Feb 29, 2016
1 parent 6f13c35 commit 6f4452f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Expand Up @@ -9,7 +9,7 @@ perl6:
sudo: false
install:
- rakudobrew build-panda
- panda installdeps .
- panda install .
before_install:
# mysql
- mysql -e "CREATE DATABASE dbdishmysqltest;" -uroot
Expand All @@ -19,7 +19,3 @@ before_install:
- psql -c 'create database travis_ci_test;' -U postgres
- export PGDATABASE=travis_ci_test
- export PGUSER=postgres

install:
- rakudobrew build-panda
- panda installdeps .

0 comments on commit 6f4452f

Please sign in to comment.