Skip to content

Commit

Permalink
Fix to travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
ivotron committed Dec 1, 2017
1 parent 8dd8141 commit 293912d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions popper/ci.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ services:
install:
- curl -O https://raw.githubusercontent.com/systemslab/popper/master/popper/_check/check.py
- chmod 755 entrypoint.py
- chmod 755 check.py
script: ./entrypoint.py
script: ./check.py
`

var ciCmd = &cobra.Command{
Expand Down

0 comments on commit 293912d

Please sign in to comment.