Skip to content

Commit

Permalink
Rebase and fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
athomann committed Jun 10, 2016
2 parents 47247fb + de4d26e commit 5f1c95d
Show file tree
Hide file tree
Showing 136 changed files with 3,898 additions and 2,072 deletions.
3 changes: 0 additions & 3 deletions .babelrc

This file was deleted.

303 changes: 0 additions & 303 deletions .csscomb.json

This file was deleted.

19 changes: 0 additions & 19 deletions .csslintrc

This file was deleted.

10 changes: 0 additions & 10 deletions .eslintrc

This file was deleted.

1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*.js text eol=lf
*.json text eol=lf
*.less text eol=lf
*.scss text eol=lf
*.md text eol=lf
*.sh text eol=lf
*.txt text eol=lf
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Read about how to use .gitignore: https://help.github.com/articles/ignoring-files

build
database.sqlite
node_modules
ncp-debug.log
npm-debug.log
5 changes: 0 additions & 5 deletions .jscsrc

This file was deleted.

15 changes: 13 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
sudo: false
language: node_js
node_js:
- '4.1'
- '6'
- '5'
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
script:
- npm run lint
- npm run test
Loading

0 comments on commit 5f1c95d

Please sign in to comment.