Skip to content

Commit

Permalink
[ci] Fix a dirth of whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Jan 27, 2012
1 parent 81051fb commit a6ccd19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
before_script:
- sudo apt-get install ccache libffi-dev libicu-dev libgmp3-dev
script: "perl Configure.pl --optimize --cc=\"$CC\" --link=\"$CC\" --ld=\"$CC\"--ccflags='-g' && make fulltest"
script: "perl Configure.pl --optimize --cc=\"$CC\" --link=\"$CC\" --ld=\"$CC\" --ccflags='-g' && make fulltest"
# branches:
# only:
# - master
Expand Down

0 comments on commit a6ccd19

Please sign in to comment.