Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcafferry committed Sep 18, 2020
1 parent a86fe0a commit b8dcfad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ script:
- git config --global user.email "wei.mei.18@alumni.ucl.ac.uk"
- git config --global user.name "nickcafferry"
- git init
- git lfs install
- echo -e "machine github.com\n login $GITHUB_TOKEN" > ~/.netrc
- git lfs pull
- ls
Expand All @@ -47,6 +48,9 @@ script:
- cd PSSpred_v4/
- ./PSSpred.pl seq.fasta
- ls
- git lfs track "*.dat"
- git add .gitattributes
- git commit -m "track *.psd files using Git LFS"
- git add seq.dat
- git commit -m "Add seq.dat"
- git add seq.dat.ss
Expand Down

0 comments on commit b8dcfad

Please sign in to comment.