PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Scott Arciszewski   Halite   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Halite
Perform cryptography operations with libsodium
Author: By
Last change: Update Travis to use libsodium 1.0.9
Date: 8 years ago
Size: 539 bytes
 

Contents

Class file image Download
language: php php: - 7.0 before_install: - sudo apt-get update - sudo apt-get install make build-essential automake php5-dev php-pear - git clone git://github.com/jedisct1/libsodium.git - cd libsodium - git checkout 1.0.9 - ./autogen.sh - ./configure && make check - sudo make install - cd .. - pecl install libsodium - echo "extension = libsodium.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini install: - composer install - composer self-update - composer update - chmod +x ./test/phpunit.sh script: ./test/phpunit.sh