Skip to content

Commit

Permalink
Merge pull request #60 from jimsch/master
Browse files Browse the repository at this point in the history
Update security token for travis
  • Loading branch information
jimsch committed Aug 13, 2015
2 parents 256b6ef + b880c4d commit f0ef189
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,17 @@ before_install:
- sudo apt-get install -y python-lxml python-pip
install:
- deactivate
- rvm install 2.2.0
- rvm use 2.2.0
- sudo pip install xml2rfc
script:
- make ghpages
env:
global:
- secure: <insert encrypted GH_TOKEN=blah here>
- secure: ugnQYuuOkZl3Rd2vX1KjItoFaChnnPMV3tCf+neOYLeAixIv6+fKQG1AwVd9E4aNsIQedZ9sIdf5Y1MkVCT+zitZM9f4S4mW7b6Jbe8/rbXzr+Lrg3hU+DYi/aiTDvEypZ97XuInpBUGJLYkGl9NVks99A/Q82CCFVL+ZobaN1JdpCHwBmCiD0S0hUZMkXB/kQbuF9Jw6fhCkuMo6RADBPW8GsUcjxmU/KZRV+/hRs0echNWq7UuBJ8Fe2Gj8HD+hwfoV+6pGAeZzniTkV23xKBRXiWwIrFqrkO6fUmdp5eajRzGltbAtdzDaqEmNoTcx9gcrG1T4OJItRhj+WMY6KBUcuMoecah9uEPcN4g/hWyyQMT6tS5NsgeBhB7patGzE6PmtbZ/GJBVyh9Kt0BQ8JADR7GV6wgKIcCzpXweYyUXLaUPPY+VogkwhH6UBHUJ0qre/gOstVZE6dbI05z0VUrrut0B4pigS7JrtUgLQ+Z0ePaCbnBCXTYiCLIFMZpFPjNNCiaDfjpCl3mwjPCQOJm3oPb+7h89Hdb++L2U+Iw8VKEXF4MuWbT9NZpt9v7y+zQDpBVmySJMQLKcPF6euN2+CYEU9wfa/iWoEqcqUO8Y6dPR8d5i0Rz78UFokEIfIo5Mn7XMlrsGvRp/5gtbL52yoGF34n99KNrdaRizqg=
before_deploy: make submit
deploy:
provider: releases
api-key:
secure: <insert encrypted API key here>
secure: UxxrSOF4wfTh1Y6zkFUqfROIdOibTtWZ7qK6HY1CDdzwl2kpXaJZ0g0FMV7fSfJsrLRjbUv3jl7Ob2JSDtIsWNE1OlG0bb+IqwG4cSTU5avDFJeDwqFGRYCmoqdeEUzyXuwfzhwq+6iVmwONMXsZal6Ww3yegcENnOYX9x/GmKI=
file:
- $TRAVIS_TAG.txt
- $TRAVIS_TAG.html
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

This is the working area for the IETF SACM Requirements draft.

* [Editor's copy](https://sacmwg.github.io/draft-ietf-sacm-requirements/)
* [Working Group Draft] (https://tools.ietf.org/html/draft-ietf-sacm-requirements)
* [Compare Working Group and Editor's Drafts] (https://tools.ietf.org/rfcdiff?url1=https://www.ietf.org/id/draft-ietf-sacm-requirements&url2=https://sacmwg.github.io/draft-ietf-sacm-requirements/draft-ietf-sacm-requirements.txt)

## Document Status

Expand Down
3 changes: 1 addition & 2 deletions draft-ietf-sacm-requirements.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<!-- keep one blank line between list items -->
<!-- end of list of popular I-D processing instructions -->

<rfc category="info" docName="draft-ietf-sacm-requirements-09" ipr="trust200902">
<rfc category="info" docName="draft-ietf-sacm-requirements-latest" ipr="trust200902">

<!-- category values: std, bcp, info, exp, and historic
ipr values: full3667, noModification3667, noDerivatives3667
Expand Down Expand Up @@ -466,4 +466,3 @@ v07 2015-07-06 LLL Updates based on open issue resolutions from 6/29 virtual int
-->
</back>
</rfc>

0 comments on commit f0ef189

Please sign in to comment.