Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lighting committed Sep 9, 2015
1 parent aa14365 commit a931f90
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ script:
- ./pbtheme -h
- ./pbtheme test-env/Line.pbt theme.cfg
- test "`stat -c %s theme.cfg`" = 227394
- ./pbtheme -p test-env/Line.pbt theme.cfg
- test "`stat -c %s test-env/Line.pbt`" = 520290
- ./pbtheme -u test-env/Line.pbt > new-theme.cfg
- ./pbtheme -r test-env/Line.pbt theme.cfg new_Line.pbt
- test "`stat -c %s new_Line.pbt`" = 520290
- ./pbtheme -e new_Line.pbt > new-theme.cfg
- diff new-theme.cfg theme.cfg
- ./pbtheme -p test-env/Line.pbt empty-theme.cfg
- test "`stat -c %s test-env/Line.pbt`" = 494527
- ./pbtheme -r test-env/Line.pbt empty-theme.cfg new_Line.pbt
- test "`stat -c %s new_Line.pbt`" = 494527

before_deploy:
- rm pbtheme
Expand Down

0 comments on commit a931f90

Please sign in to comment.