Skip to content

Commit

Permalink
clean up .travis
Browse files Browse the repository at this point in the history
  • Loading branch information
knupfer committed Jul 18, 2016
1 parent 68a3e6c commit dbacd54
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,15 @@ language: bash

sudo: required

matrix:
include:
- env: NIXCHAN=15.09
- env: NIXCHAN=16.03
- env: NIXCHAN=unstable
env:
- NIXCHAN=15.09
- NIXCHAN=16.03
- NIXCHAN=unstable

install:
- curl https://nixos.org/nix/install | sh
- source /home/travis/.nix-profile/etc/profile.d/nix.sh
- nix-channel --add https://nixos.org/channels/nixos-$NIXCHAN nixpkgs
- nix-channel --update
- export NIX_PATH=https://nixos.org/channels/nixos-$NIXCHAN/nixexprs.tar.xz

script:
- nix-shell -Q --pure -p haskellPackages.hlint --command "hlint HaskellEmacs.hs"
Expand Down

0 comments on commit dbacd54

Please sign in to comment.