Skip to content

Commit

Permalink
Update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanmac committed Jan 5, 2015
1 parent 125d3c6 commit a6cc381
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ php:
- 5.5
- 5.6

script: rake travis
script: bundle exec rake travis

env:
- secure: "MCHBESONLTXgn3bsxwQZBty7sNgSwU3P7zTv91TGqQa6YhoAZouqbnZG1yKKOirVugZfNTXTX/mEmq2/RaU5ehsD8fcIMrFpETg6pxJN8MYUUb583g/ER7NkIWlf3fr9Wd6JCZn8rFmQmgF8NHe53zxWoMPagDNhoxoam8ITrK8="
Expand All @@ -16,6 +16,7 @@ branches:
- master

before_script:
- gem install bundler
# Composer Setup
- composer self-update
- composer install --prefer-source --no-interaction --dev
Expand Down
1 change: 0 additions & 1 deletion apigen.neon
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
source:
- src

destination: ./
templateTheme: bootstrap
title: PHP Parser
Expand Down

0 comments on commit a6cc381

Please sign in to comment.