Skip to content

Commit

Permalink
removed trvis yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dvidsilva committed Dec 27, 2022
1 parent 1eae9bd commit 6450664
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .travis.yml

This file was deleted.

4 changes: 3 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# sample configuration
# is also used when testing commands on this folder
name: Gloria JS
tagline: 'A simple static website generator'
baseurl: 'https://gloriajs.github.io'
Expand All @@ -9,4 +11,4 @@ css: tailwind
include:
- docs
exclude:
- '.draft.md'
- '.draft.md'
1 change: 0 additions & 1 deletion lib/commands/extract.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

const klaw = require('klaw');
const $q = require('q');
const logger = require('../utils/logger');
Expand Down

0 comments on commit 6450664

Please sign in to comment.