Skip to content
This repository has been archived by the owner on May 9, 2019. It is now read-only.

Commit

Permalink
travis stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
kendricktan committed Sep 1, 2017
1 parent 9a92769 commit b2beb05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
dist: trusty
language: node_js
matrix:
include:
- os: osx
- os: linux
script:
- yarn run package
language: node_js
2 changes: 1 addition & 1 deletion dist/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -26036,7 +26036,7 @@ var ChatContent = function (_Component3) {
}, {
key: 'componentDidMount',
value: function componentDidMount() {
setInterval(this.updateContentData, 30000); // Updates every 30 seconds
setInterval(this.updateContentData, 40000); // Updates every 40 seconds
}
}, {
key: 'componentWillReceiveProps',
Expand Down

0 comments on commit b2beb05

Please sign in to comment.