Skip to content

Commit

Permalink
[travis] use printf instead of echo (linebreaks)
Browse files Browse the repository at this point in the history
  • Loading branch information
marscher committed Feb 22, 2015
1 parent ee48959 commit 036e96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ install:
- python setup.py install

script:
- echo "[Java]\nstartup=True" > ~/pyemma.cfg
- printf "[Java]\nstartup=True" > ~/pyemma.cfg
- cat ~/pyemma.cfg
- python setup.py test

Expand Down

0 comments on commit 036e96a

Please sign in to comment.