Skip to content

Commit

Permalink
Merge pull request #89 from RyanElliott10/travis-script
Browse files Browse the repository at this point in the history
Travis script
  • Loading branch information
marinecossoul committed Mar 7, 2020
2 parents 13b73de + fa469f5 commit ec83543
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ node_js:
cache:
directories:
- node_modules
cache: yarn
script:
- npm test
- npm run build
- cd frontend/beerme/
- npm install
- yarn test --coverage --watchAll=false
deploy:
provider: surge
skip_cleanup: true
Expand Down
1 change: 1 addition & 0 deletions frontend/beerme/src/Components/Account.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
ButtonToolbar,
Dropdown
} from "react-bootstrap";

import UserController from "../Controllers/UserController";

export class Account extends Component {
Expand Down
1 change: 1 addition & 0 deletions frontend/beerme/src/Components/Recommended.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import React, { Component } from "react";

import NetClient from "../Utils/NetClient";

export class Recommended extends Component {
Expand Down

0 comments on commit ec83543

Please sign in to comment.