File tree Expand file tree Collapse file tree 1 file changed +18
-14
lines changed
Expand file tree Collapse file tree 1 file changed +18
-14
lines changed Original file line number Diff line number Diff line change 1- # Required to run your project under the correct environment.
21language : php
3-
4- # Versions of PHP you want your project run with.
2+ dist : trusty
3+ sudo : true
54php :
6- - 7.1
7- - 7.2
8- - 7.3
9-
10- # Commands to be run before your environment runs.
11- before_script :
12- - composer self-update
13-
14- # Customize when the notification emails are sent.
15- notifications :
16- email : lablnet01@gmail.com
5+ - ' 7.1'
6+ - ' 7.2'
7+ - ' 7.3'
8+ - nightly
9+ matrix :
10+ allow_failures :
11+ - php : nightly
12+ before_install :
13+ - sudo add-apt-repository ppa:ondrej/php -y
14+ - sudo apt-get -qq update
15+ - sudo apt-get install -y libsodium-dev
16+ install :
17+ - printf "\n" | pecl install libsodium
18+ - composer install
19+ script :
20+ - ./vendor/bin/phpunit
You can’t perform that action at this time.
0 commit comments