Skip to content

Commit

Permalink
revert circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertrand Berthelot committed Feb 5, 2019
1 parent f2074d7 commit 00090e2
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .circleci/config.yml
Expand Up @@ -25,16 +25,9 @@ jobs:
key: v1-dependencies-{{ checksum "package.json" }}

# run buld and tests!
# - run:
# name: Build and Test
# command: npm run build

- run:
name: Run functional tests
command: npm run test-functional -- browser=chrome stream="VOD (Static MPD)"
environment:
BS_USERNAME: $BS_USERNAME
BS_AUTHKEY: $BS_AUTHKEY
name: Build and Test
command: npm run build

- deploy:
name: Deploy
Expand Down

0 comments on commit 00090e2

Please sign in to comment.