Skip to content

Commit 8f9e22d

Browse files
updated travis yml
1 parent ff432e8 commit 8f9e22d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ python: 3.7
55

66
# Install ruby to get gem command
77
before_install:
8-
- sudo apt-add-repository -y ppa:brightbox/ruby-ng
9-
- sudo apt-get -y update
10-
- sudo apt-get -y install ruby-full
8+
- sudo apt-add-repository -y ppa:brightbox/ruby-ng
9+
- sudo apt-get -y update
10+
- sudo apt-get -y install ruby-full
1111

1212
before_script:
13-
- gem install awesome_bot
13+
- gem install awesome_bot
1414

15-
#install "pip install -r requirements.txt"
15+
#install:
16+
# - "pip install -r requirements.txt"
1617

1718
script:
1819
- awesome_bot README.md --allow-dupe --allow-redirect

0 commit comments

Comments
 (0)