Skip to content

Commit 869ccbb

Browse files
committed
Remove redundant --backends option in Travis config
1 parent e59aa09 commit 869ccbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ perl:
33
- "5.10"
44
install: "echo"
55

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

88
branches:
99
only:

0 commit comments

Comments
 (0)