Skip to content

Commit 8f57fc6

Browse files
committed
re-add clean travis and codeclimate configs
1 parent 171ac40 commit 8f57fc6

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

.codeclimate.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
engines:
3+
eslint:
4+
enabled: true
5+
channel: "eslint-2"
6+
checks:
7+
import/no-duplicates:
8+
enabled: false
9+
no-template-curly-in-string:
10+
enabled: false
11+
import/no-unresolved:
12+
enabled: false
13+
import/no-extraneous-dependencies:
14+
enabled: false
15+
scss-lint:
16+
enabled: true
17+
ratings:
18+
paths:
19+
- "**.js"
20+
- "**.scss"
21+
exclude_paths:
22+
- coverage/**/*
23+
- documentation/**/*
24+
- lib/**/*
25+
- node_modules/**/*

.travis.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
language: node_js
2+
node_js:
3+
- '6.2'
4+
before_script:
5+
- gulp localserver &
6+
- sleep 20
7+
deploy:
8+
provider: npm
9+
10+
api_key:
11+
secure: udTSoiJXNkpRBrbwNtzflguIc/QvRbW/xdajwJqYUxitA409jBO+VhsxwlDJBl0HHHKW7yOwTUXvKAxr92y/6FByVM9yLuduQLOvG9J++l12Lc7fehKXbuNBZZDwjUF3MwftF9mCj4gJTUPrajZjXxUx78hI7dTCjJuJkpXHfZSr00Xu8In59rzr9OhDGBITlMSynE0yEIVBEfboxf9q5uSuJtp6qaK5ohbZqQnz2KIVoI2TUZ9KXpU8765mAd5xxvF4kgpmLYFN9TSd49oipZYPZs4UjlfVrPmKq2nmzepew9HuaXEvg0DLpcI9YjzBkR4AGlRIal2t4gNmy9m2XbaeyTS5q5Aoa+UchR9GS+LLsBIfl+1bI9yqijURZp68xMdQRC2iUrPcJeTKY9WpXEYFjxPmJXqfQl2BAiOlaxCzvNnD2i8th6PpeI+2aU79pWRSwUSQqV4PLjDN+M86cEpVRxZePLte6RIVqtRBes9HY8sQph0MAdzLUTbmMehnB1XzSRbuR77687NrbW8epRsxqRSK2Uqman8ZWSJan9apwP4niVciDJbfVL9M1J7pUZX8HKvfC3l5NJWO69xzQFouSVhtkZZWU4bxGtgS5gM+H/AHKv9/qktoA/K8hGPEFR1S7OoWSP310wetGHMHuXniKQh7glDh/IkpFp8QF14=
12+
on:
13+
tags: true
14+
repo: gilbarbara/react-joyride
15+
addons:
16+
sauce_connect: true
17+
code_climate: true

0 commit comments

Comments
 (0)