Skip to content

Commit

Permalink
Added focus effect option.
Browse files Browse the repository at this point in the history
  • Loading branch information
seogi1004 committed Jan 24, 2019
1 parent 8d667dc commit a44d185
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
@@ -0,0 +1,15 @@
branches:
only:
- master

stages:
- test

jobs:
include:
- stage: test
language: node_js
node_js:
- "10"
install: npm install
script: npm test

0 comments on commit a44d185

Please sign in to comment.