Skip to content

Commit

Permalink
add secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed Jul 4, 2019
1 parent 23403a1 commit 91699a7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
21 changes: 9 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
sudo: required
language: node_js
node_js:
- '10'
- '10'
before_install:
- openssl aes-256-cbc -K $encrypted_5d8f15d35f17_key -iv $encrypted_5d8f15d35f17_iv
-in secrets.zip.enc -out secrets.zip -d
- unzip secrets.zip
- openssl aes-256-cbc -K $encrypted_deba340dfe89_key -iv $encrypted_deba340dfe89_iv
-in secrets.zip.enc -out secrets.zip -d
- unzip secrets.zip
install:
- npm install
- npm install
script:
- npm run compile
- npm run test:coverage
- npm run coveralls
- npm run codacy
env:
global:
secure: ytiwXpn7JDc0fhB2KQa2z/OM9LNyVqf/5XCg6LX1WtXRn3R6qYfqCMBUq+eu/Pvym5SlPUwPwZEzRwSBUBivAhNsSPMNGnzNVyX+OxVruXlaD+Wsx3ROTGnwTpPEh7JUXXpytWmG6IAXwyhOvnhAgILjDFaRPkRNc/9Y1zsRTtFxiaisN/6X4IFxGRdI6OVobLEDKmnUBa2nDw5fZws+hOGWlv7b1NqbzXJ1yrOTH0E/uPsill3aWqXuDSEtv4VhAk0z9Xyw4Bi28XtDNQNSou8LkGmN4QzXHdKz73UgY3RaKQ99PVhyTZz0TrvL54BSB/poUoXnu3ZZODKA9GIrthnHW6rn3u0ovnHRAA+L2CLBTqFbGoctOe3XhnUcDBmcvH3FnE+IcLdSeeEjDO+oGIZdut2af2aPj+rA7Hd76+I/CGEf8osnfZVuLYYWW+semuTCF4rDSI+EPu8Rb3w3POCzskkinONnxdYQpcEw01ltMBUnJxLi7fYVpLeSNsOs5rBMOL+LlbsnG505UvmqaFlzyt7GzvcCXW0hrBAARjq3ADAmtSBVZuzMWebN2X93wjZZ9SLyVtCdVNtCxCwA3X0zYJ1dH6roSNi99gMDG9fxbb+Hhc/0+9+u7Sn2CMvOLy9LiV+lm0MeANDOitRb6OTLuOKlLLjr8lvvJxf9qwE=
- npm run compile
- npm run test:coverage
- npm run coveralls
- npm run codacy
3 changes: 1 addition & 2 deletions secrets.zip.enc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
*܋�턲D�.I�8e�u�"w�"S+{�4����I���#U���� ���Ҿ��H_c W��,�G��q�]��1;�ѩI��Ȟ
�v�$,��f��+�gjzYu�����p���#���a[�C�N�So�� 9>�|-�7���09��8q��w��,m�`��M�rU�"ڜ���g�s?E�����/�_p�*�A���_� ���oۃY�._1R�5����4�P<
9o����N=��56����A����.F�Vl{��DϪ�ڵ��K )<�)�x�nrF��g=fƩs�wU�R�~��O���W�D��=�ϱ�IuQ4�J��<<�xb�Z�i�;ϛ*��:me*��=/�[�U�^s�c=6= �I�Ӗ<��:�r����_���;�AhM���E���.�V0C�=��F��m†S�W�AE��Vh+n�����1{����f�T�8�@�Bi��_�X

0 comments on commit 91699a7

Please sign in to comment.