Toggle navigation
Toggle navigation
This project
Loading...
Sign in
graykode
/
commit-autosuggestions
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
graykode
2020-11-13 00:36:50 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3dd3902a56f2f955cf10d2cb333b178788c53a85
3dd3902a
1 parent
f7ef6cd0
(fixed) language support for travis ci
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
.travis.yml
.travis.yml
View file @
3dd3902
...
...
@@ -2,12 +2,15 @@ language: python
python
:
-
"
3.6"
env
:
-
LANGUAGE="py"
services
:
-
docker
before_install
:
-
docker pull graykode/commit-autosuggestions
-
docker run -it -d -p 5000:5000 --restart always graykode/commit-autosuggestions
-
docker pull graykode/commit-autosuggestions
:${LANGUAGE}
-
docker run -it -d -p 5000:5000 --restart always graykode/commit-autosuggestions
:${LANGUAGE}
# command to install dependencies
install
:
...
...
Please
register
or
login
to post a comment