We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff432e8 commit 8f9e22dCopy full SHA for 8f9e22d
.travis.yml
@@ -5,14 +5,15 @@ python: 3.7
5
6
# Install ruby to get gem command
7
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
+ - sudo apt-add-repository -y ppa:brightbox/ruby-ng
+ - sudo apt-get -y update
+ - sudo apt-get -y install ruby-full
11
12
before_script:
13
- - gem install awesome_bot
+ - gem install awesome_bot
14
15
-#install "pip install -r requirements.txt"
+#install:
16
+# - "pip install -r requirements.txt"
17
18
script:
19
- awesome_bot README.md --allow-dupe --allow-redirect
0 commit comments