Skip to content

Commit

Permalink
use Rotations master for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoolen committed Jan 24, 2017
1 parent d3caf94 commit eed0feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ notifications:
before_install:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
script:
- julia -e 'Pkg.clone(pwd()); Pkg.build("RigidBodyDynamics"); Pkg.test("RigidBodyDynamics"; coverage=true)'
- julia -e 'Pkg.clone(pwd()); Pkg.add("Rotations"); Pkg.checkout("Rotations"); Pkg.build("RigidBodyDynamics"); Pkg.test("RigidBodyDynamics"; coverage=true)'
after_success:
- julia -e 'cd(Pkg.dir("RigidBodyDynamics")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'

0 comments on commit eed0feb

Please sign in to comment.