Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
[dev] Fix gh-pages automated deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrossmann committed Oct 14, 2014
1 parent da68112 commit 0a0ad6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,4 +13,4 @@ after_success:
- '[[ -n "${TRAVIS_TAG}" ]] && make gh-pages'
env:
global:
secure: BC2nXaBIFznNBCA6klgiuYBzUX4+3odZhwfWZDjOdAdYR8pWmd8btSFd3JHsRIZ0BopRao0TXVGRARQkdP/FE0W0z2zDuAieH7MN5/jRbUOzZ042+80i617zsxvtQh0/fEjFLl8UL+IKsHkMIPoZ/c1DlQPWmQ87Dsw1tarXDGQ=
secure: PLLi+L7TaO+woxBSyvduOgRVcqmWJHnEn9KdgCHJOh0ZC5Gsg7xe8KZIo6apO1q3x8+TBDJeWVqk/u2pJDLVLYiEWnQtJRPtGhyR2td7mL6i+Mi+EtKfN/QYtyJXC9Ti/1NUWmPvbtBRdp3SXFJJPGX+3yB/WQb1xG0T/O5ZvSE=
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -8,6 +8,8 @@
# @link https://github.com/Dreamscapes/Enumeration
# @license http://choosealicense.com/licenses/BSD-3-Clause BSD-3-Clause License

SHELL := /bin/bash

# Helper vars
BIN = vendor/bin/

Expand Down

0 comments on commit 0a0ad6d

Please sign in to comment.