Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hammer
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vyrus
hammer
Commits
b3ef5661
Commit
b3ef5661
authored
11 years ago
by
Meredith L. Patterson
Browse files
Options
Downloads
Patches
Plain Diff
comment out after_tests / phpunit, i gotta fix some stuff there anyway
parent
b56f2e96
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+2
-2
2 additions, 2 deletions
.travis.yml
with
2 additions
and
2 deletions
.travis.yml
+
2
−
2
View file @
b3ef5661
...
...
@@ -29,7 +29,7 @@ before_script:
-
if [ "$BINDINGS" == "php" ]; then phpenv config-add src/bindings/php/hammer.ini; fi
script
:
-
scons bindings=$BINDINGS
after_script
:
-
if [ "$BINDINGS" == "php" ]; then phpunit -v src/bindings/php/Tests; fi
#
after_script:
#
- if [ "$BINDINGS" == "php" ]; then phpunit -v src/bindings/php/Tests; fi
notifications
:
irc
:
"
irc.upstandinghackers.com#hammer"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment