Skip to content

Commit

Permalink
Travis ci (#1)
Browse files Browse the repository at this point in the history
* chore: implanted ci

* chore: removes package-lock

* docs: updates readme
  • Loading branch information
santosfrancisco authored Dec 27, 2018
1 parent 81bcacb commit 2f15fcd
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 15,699 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
sudo: required
language: node_js

node_js: node

dist: trusty

script:
- yarn install
- yarn build --prefix-paths

deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
local_dir: public
on:
branch: master
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[![Build Status](https://travis-ci.org/santosfrancisco/gatsby-starter-cv.svg?branch=master)](https://travis-ci.org/santosfrancisco/gatsby-starter-cv)
[![GitHub version](https://badge.fury.io/gh/santosfrancisco%2Fgatsby-starter-cv.svg)](https://badge.fury.io/gh/santosfrancisco%2Fgatsby-starter-cv)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

<p align="center">
<a href="https://www.gatsbyjs.org">
<img alt="Gatsby" src="https://www.gatsbyjs.org/monogram.svg" width="60" />
Expand Down Expand Up @@ -51,8 +55,7 @@ Create your resume in a few minutes with this totally responsive starter using R
## Configuration
Update the configuration file with your data
Update the configuration file with your data. The configuration file is in ```data/siteConfig.js```
> **Skills** is a set of your personal skills and their respective levels ranging from > 0 to 100.
Expand Down
Loading

0 comments on commit 2f15fcd

Please sign in to comment.