Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 19af7b5

Browse files
committed
Add .travis.yml file
1 parent fd47d6a commit 19af7b5

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

.travis.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
language: php
22
php:
3-
- "5.5"
4-
- "5.4"
5-
- "5.3"
3+
- 5.4
4+
- 5.5
5+
- 5.6
6+
7+
before_install:
8+
- composer --verbose self-update
9+
- composer --version
10+
611
install:
7-
- composer install
12+
- composer --verbose install
13+
14+
script:
15+
- "cd web && ./../vendor/bin/drush site-install --verbose --yes --db-url=sqlite://tmp/site.sqlite"

0 commit comments

Comments
 (0)