Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit fbe54ec

Browse files
committed
adicionando estrutura do travis
1 parent 70938c6 commit fbe54ec

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

.travis.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
sudo: false
2+
branches:
3+
only:
4+
- master
5+
language: python
6+
before_install:
7+
- openssl aes-256-cbc -K $encrypted_efc81948d3a6_key -iv $encrypted_efc81948d3a6_iv -in publish-key.enc -out ~/.ssh/publish-key -d
8+
- chmod u=rw,og= ~/.ssh/publish-key
9+
- echo "Host github.com" >> ~/.ssh/config
10+
- echo " IdentityFile ~/.ssh/publish-key" >> ~/.ssh/config
11+
- git remote set-url origin [email protected]:humrochagf/humrochagf.github.io.git
12+
- git fetch origin -f master:master
13+
#install:
14+
#- pip install --upgrade pip
15+
#- pip install -r requirements.txt
16+
#add the rest of setup here
17+
#script:
18+
#- make github

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# PythonBrasil[12]
22

3+
[![Build Status](https://travis-ci.org/pythonbrasil/pythonbrasil12-site.svg?branch=master)](https://travis-ci.org/pythonbrasil/pythonbrasil12-site)
4+
35
Esse é o portal oficial da Python Brasil 12, criado de maneira colaborativa.
46

57

publish-key.enc

1.64 KB
Binary file not shown.

0 commit comments

Comments
 (0)