Skip to content

Commit

Permalink
Remove test-base code for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
halostatue committed Feb 7, 2017
1 parent 09c1fb2 commit 0936046
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
@@ -1,7 +1,7 @@
---
language: ruby
env:
- DEV=1
# env:
# - DEV=1
rvm:
- 2.4.0
- 2.3.3
Expand All @@ -23,7 +23,7 @@ matrix:
gemfile:
- Gemfile
before_install:
- pushd .. && git clone https://github.com/halostatue/minitar.git && popd
# - pushd .. && git clone https://github.com/halostatue/minitar.git && popd
before_script:
- bundle exec rake travis:before -t
script: bundle exec rake travis
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -17,12 +17,12 @@ environment:
- ruby_version: 24-x64
install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- SET DEV=1
# - SET DEV=1
- ruby --version
- gem --version
- gem install bundler --quiet --no-ri --no-rdoc
- bundle --version
- pushd .. && git clone https://github.com/halostatue/minitar.git && popd
# - pushd .. && git clone https://github.com/halostatue/minitar.git && popd
- bundle install
build: off
test_script:
Expand Down

0 comments on commit 0936046

Please sign in to comment.