Skip to content

Commit 093e5f2

Browse files
authored
Merge pull request #14 from awwal-badru/gh-pages
include test in circleci config
2 parents 0ac662c + 81c7669 commit 093e5f2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ install: &install
1616
name: install dependencies for build
1717
command: |
1818
$HOME/conda/bin/pip install -r ~/repo/.circleci/requirements.txt
19+
1920
install_python_3: &install_python_3
2021
name: install Python 3.5 dependencies
2122
command: |
@@ -73,6 +74,7 @@ jobs:
7374
key: rubygems-v1
7475
paths:
7576
- vendor/bundle
77+
#Removing test job
7678
- run: *build_jekyll
7779
- store_artifacts:
7880
path: ~/repo/_site

0 commit comments

Comments
 (0)