-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.travis.yml
More file actions
33 lines (26 loc) · 780 Bytes
/
.travis.yml
File metadata and controls
33 lines (26 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
language: php
php:
- 5.6
sudo: false
branches:
only:
- source
before_install:
- openssl aes-256-cbc -K $encrypted_d3ec3c12d2f5_key -iv $encrypted_d3ec3c12d2f5_iv
-in .travis/phpab.github.io.enc -out .travis/phpab.github.io -d
- eval "$(ssh-agent -s)"
- chmod 600 .travis/phpab.github.io
- ssh-add .travis/phpab.github.io
- git config --global user.email "phpab"
- git config --global user.name "phpab.phpab@gmail.com"
- travis_retry composer self-update
before_script:
- travis_retry gem install sass
- travis_retry npm install -g bower
- travis_retry composer install
script:
- vendor/bin/couscous generate
- vendor/bin/couscous deploy --branch=master --repository=git@github.com:phpab/phpab.github.io.git
notifications:
email: false
irc: irc.freenode.org#phpab