Skip to content

Commit 28789d2

Browse files
committed
- travis update
1 parent cf314e4 commit 28789d2

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.travis.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
1-
dist: trusty
21
language: php
32
php:
43
- '7.1'
4+
- '7.2'
55

66
script:
77
# - composer self-update
88
- composer install --dev
99
- ./vendor/bin/phpunit
1010

11-
after_success:
12-
- php ./vendor/bin/phpdoc -i "css/,images/,scripts/,skins/,tests/,vendor/,core/config.php,test.php" -d ./ --template clean --title "ugamela Documentation"
13-
- mv output/ docs/
14-
- rm -rf ./docs/build/
15-
- curl --ftp-create-dirs -T ./ sftp://${SFTP_USER}:${SFTP_PASSWORD}@${SFTP_HOST}/ugamela/$f
16-
1711
notifications:
1812
email: false

0 commit comments

Comments
 (0)