Skip to content

Commit 6f34861

Browse files
committed
Simplify travis.yml
Do not need the parts in travis if using defaults.
1 parent afd14e7 commit 6f34861

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.travis.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
sudo: false
22
language: elixir
3-
script:
4-
- mix test
5-
before_script:
6-
- mix local.hex --force
7-
- mix deps.get
83
after_script:
94
- mix deps.get --only docs
10-
- MIX_ENV=docs mix inch.report
5+
- MIX_ENV=docs mix inch.report

0 commit comments

Comments
 (0)