We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd35765 commit 552a0deCopy full SHA for 552a0de
.travis.yml
@@ -2,6 +2,9 @@ language:
2
- ruby
3
rvm:
4
- 2.2.3
5
+env:
6
+ - export RAILS_ENV=test
7
+ - CXX=g++-4.9
8
install:
9
- bundle install
10
- nvm install 5.0
@@ -10,8 +13,6 @@ install:
13
- npm install
11
14
- cd client && npm run build:client
12
15
- npm run build:server
-env:
- - export RAILS_ENV=test
16
before_script:
17
- export DISPLAY=:99.0
18
- sh -e /etc/init.d/xvfb start
client/.eslintrc
@@ -40,7 +40,7 @@ rules:
40
react/no-did-update-set-state: 0
41
react/no-multi-comp: 2
42
react/no-unknown-property: 2
43
- react/prop-types: 1
+ react/prop-types: 0
44
react/react-in-jsx-scope: 2
45
react/require-extension: [1, { extensions: [.js, .jsx] }]
46
react/self-closing-comp: 2
0 commit comments