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 d4386d8 commit 2d2dd79
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ script:
- cd PSSpred_v4/
- ./PSSpred.pl seq.fasta
- ls
- git add -A
- git status
- git add seq.dat
- git commit -m "Add seq.dat"
- git add seq.dat.ss
- git commit -m "Add seq.dat.ss"
- pwd
- cd ../../../
- git push origin master
Expand Down

0 comments on commit 2d2dd79

Please sign in to comment.