Skip to content

Commit

Permalink
Merge pull request ChartsOrg#2388 from danielgindi/travis
Browse files Browse the repository at this point in the history
remove build for ci tests procedure, use `clean test` directly
  • Loading branch information
liuxuan30 authored Apr 26, 2017
2 parents 97559a9 + fa4fe95 commit 58aba21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,12 @@ task :ci, [:platform] do |_task, args|
platform = arg_to_key(args[:platform]) if args.has_key?(:platform)

if test_platforms.include?(platform)
execute 'clean build test', platform
execute 'clean test', platform
elsif build_platforms.include?(platform)
execute 'clean build', platform
else
test_platforms.each do |platform|
execute 'clean build test', platform
execute 'clean test', platform
end
build_platforms.each do |platform|
execute 'clean build', platform
Expand Down

0 comments on commit 58aba21

Please sign in to comment.