about summary refs log tree commit diff stats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into openpgpJames Booth2015-06-141-1/+0
|\
| * Removed test output from travis buildJames Booth2015-06-141-1/+0
| |
* | Merge branch 'master' into openpgpJames Booth2015-06-141-0/+1
|\|
| * Travis build fixJames Booth2015-06-131-1/+2
| |
| * Output test log in travis buildJames Booth2015-06-131-1/+1
| |
* | Merge branch 'master' into openpgpJames Booth2015-06-051-1/+12
|\| | | | | | | | | Conflicts: .travis.yml
| * Added microhttpd dependency for stabberJames Booth2015-05-311-0/+1
| |
| * Expect header checkJames Booth2015-05-261-1/+1
| |
| * Attempt to fix expect travis buildJames Booth2015-05-261-1/+3
| |
| * Updated travis build for libexpectJames Booth2015-05-261-1/+1
| |
| * Updated travis build, make stabber dependencyJames Booth2015-05-171-0/+8
| |
* | Merge branch 'master' into pgpJames Booth2015-04-121-1/+1
|\| | | | | | | | | Conflicts: .travis.yml
| * Updated travis build to include uuid-dev dependencyJames Booth2015-04-121-1/+1
| |
* | Added pgp key list commandJames Booth2015-03-221-1/+1
|/
* Updated .travis.yml to use cmocka-1.0.0James Booth2015-02-231-4/+4
|
* travis: added m4 dir for libstropheJames Booth2014-09-301-0/+1
|
* Revert "Fix travis build by adding m4 dir"James Booth2014-09-301-1/+0
| | | | This reverts commit 5d9a7ec36c7dded1ca21a1ff7472c299ceaf0d7e.
* Fix travis build by adding m4 dirJames Booth2014-09-301-0/+1
|
* Added prefix to travis libstrophe configureJames Booth2014-09-171-1/+1
|
* Revert "Added --prefix=/usr to libstrophe build in travis config"James Booth2014-09-071-1/+1
| | | | This reverts commit 72a364b65c8b617fe7527c2f38c24f71d5f69cd9.
* Added --prefix=/usr to libstrophe build in travis configJames Booth2014-09-061-1/+1
|
* Use public domain SHA1 code, remove libgcrypt dependencyJames Booth2014-06-011-1/+1
|
* Fixed tests to work with cmocka 0.4.1James Booth2014-05-261-4/+4
|
* Added libgcrypt dependencies to travis buildJames Booth2014-05-211-1/+1
|
* Removed redundant bootstrap call for travis buildJames Booth2014-02-231-1/+0
|
* Added cmocka to travis buildJames Booth2014-02-231-0/+10
|
* Added custom script to travis buildJames Booth2014-02-231-0/+1
|
* Changed travis libotr dependencyJames Booth2014-02-231-1/+1
|
* Added dependencies to travis buildJames Booth2014-02-231-1/+13
|
* Added bootstrap.sh to travis buildJames Booth2014-02-231-0/+1
|
* Added travis configJames Booth2014-02-231-0/+1
                                                                 




                                                                               
                                                                                                                                                                           














                                                                                                                                                                 
                                                                         


























                                                                                                                                                                                                                                  
a>
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756