This is an automated email from the ASF dual-hosted git repository.
humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
The following commit(s) were added to refs/heads/master by this push:
new e679d97 remove pip, it happens automagically apparently. Add a noop
main script
e679d97 is described below
commit e679d977a18e18d05e6d3ffdd9d5472a49f4084a
Author: Daniel Gruno <[email protected]>
AuthorDate: Wed Aug 12 19:30:03 2020 +0200
remove pip, it happens automagically apparently. Add a noop main script
---
.travis.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index dac1915..e3b00fb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,9 +9,6 @@ python:
- "3.9-dev"
- "nightly"
-before_script:
- - pip install -r requirements.txt
-
notifications:
irc:
if: fork = false
@@ -22,6 +19,9 @@ notifications:
recipients:
- [email protected]
+script:
+ - echo "nothing to do here yet"
+
jobs:
include:
- stage: "Tests"