Skip to content

Commit

Permalink
fix(ci)
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed Jan 28, 2017
1 parent b8b2f11 commit fdcea4b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ dependencies:
- npm install
- composer install --prefer-source --no-interaction
- gem install bundler -v 1.10.6 && bundler
post:
- curl -sf -L https://static.rust-lang.org/rustup.sh | sh /dev/stdin --channel=nightly --yes

test:
override:
Expand All @@ -24,4 +22,4 @@ test:
- phpunit test/platform.php.test.php
- ruby test/platform.ruby.test.rb
- python test/platform.python.test.py
- cd platform/rust && eval `ssh-agent` && ssh-add /home/ubuntu/.ssh/id_circleci_github && cargo test
- docker run -it --rm -v $(pwd)/platform/rust:/source jimmycuadra/rust cargo test

0 comments on commit fdcea4b

Please sign in to comment.