Skip to content
This repository was archived by the owner on Jul 24, 2020. It is now read-only.

Commit a12b45f

Browse files
committed
Fix Travis script (remove sudo)
1 parent 655fbf0 commit a12b45f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,14 @@ env:
1010
# Code Climate Integration
1111
secure: IHUYMK2spxorl9lUeAbAfT6btuP2qRT615bUnEuUDgYrXf9y1CdQprYWJaygou/+6aWmLL0NnxYSpOxi40bHgMKeUQnTjXVbkkqQ1Tml3cMSsjkBrx7CNUygHvDDzCQCEC6m9uZjUKMZAVzVSWlOQhSMKR7MtdsSvMCrKIgA2pM=
1212

13+
addons:
14+
apt:
15+
packages:
16+
- ghostscript
17+
1318
before_install:
1419
- if [ $TRAVIS_PULL_REQUEST == "false" ]; then git clone https://github.com/$TRAVIS_REPO_SLUG.git $TRAVIS_REPO_SLUG && cd $TRAVIS_REPO_SLUG && git checkout -qf $TRAVIS_BRANCH; fi
1520
- if [ $TRAVIS_PULL_REQUEST == "true" ]; then git checkout -qf master && git checkout -qf $TRAVIS_COMMIT; fi
16-
- sudo apt-get install ghostscript
1721
- convert -version
1822
- gs -v
1923
- 'echo ''gem: --no-ri --no-rdoc'' > ~/.gemrc'

0 commit comments

Comments
 (0)