Skip to content

Commit

Permalink
feature(Admin and staffs can view all users from users page):
Browse files Browse the repository at this point in the history
Admin and staffs can view all users from users page
Admin and staffs can view all users from users page
[Deliver #165661767]
  • Loading branch information
Cavdy committed Apr 28, 2019
1 parent 5e71162 commit 5bb55ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ env:
global:
- CC_TEST_REPORTER_ID=c14abfc89b0eb06fcb10f480f4b3e47142ac181c60c21f0131b570e72b1fbeb7
before_script:
- npm install -g nyc
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build
script:
- npm run test
- bundle exec rspec
- - nyc --reporter=lcov npm run test
after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
services:
Expand Down

0 comments on commit 5bb55ce

Please sign in to comment.