Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
[Testing] Make green, and add a dependecyci override
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Aug 15, 2016
1 parent 44e81d7 commit 45f83db
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ install:

before_script:
- bundle exec danger
- npm run lint
17 changes: 14 additions & 3 deletions dependencyci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
platforms:
NPM:
jade:
rubygems:
colored:
tests:
deprecated: skip
unmaintained: skip

CocoaPods:
Extraction:
tests:
license: skip
removed: skip
unmaintained: skip
deprecated: skip
outdated: skip


1 change: 0 additions & 1 deletion lib/components/__tests__/tab_view-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import React from 'react'
import renderer from 'react-test-renderer'
import TabView from '../tab_view'


it('looks like expected', () => {
const tree = renderer.create(
<TabView titles={['one', 'two']} selectedIndex={1} onSelectionChange={() => {}} />
Expand Down

0 comments on commit 45f83db

Please sign in to comment.