Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove redundant --backends option in Travis config
  • Loading branch information
hoelzro committed Sep 16, 2015
1 parent e59aa09 commit 869ccbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,7 @@ perl:
- "5.10"
install: "echo"

script: "perl Configure.pl --backends=moar $NQP_OPTIONS; make test"
script: "perl Configure.pl $NQP_OPTIONS; make test"

branches:
only:
Expand Down

0 comments on commit 869ccbb

Please sign in to comment.